diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-25 14:48:44 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-25 14:48:44 -0400 |
commit | b2a9bc661e261763cd76499c4a7d72eecb44f4e9 (patch) | |
tree | dff43a080334951febf35b613315177b6a48fb81 /Makefile |
initial commitcontrib/CC3705
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..6fe4f5b --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +all: parabola_artwork_by_cc3705-d3abr4q.d + +%.d: %.7z + mkdir $@ && cd $@ && bsdtar xf ../$< |