summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-25 14:48:44 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-25 14:48:44 -0400
commit5edf22c30c34478589c23d6b80723c185b3a72a6 (patch)
treead2f25f959957dbf67aad19cf8e940d2700a3e9a /Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..8b4f6a3
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+all: art.d libre.d
+
+%.d: %.tar.gz
+ mkdir $@ && cd $@ && bsdtar xf ../$<