Fix up the Makefile

Some more changes are needed, but at least get the simplified
version working.
This commit is contained in:
Bruno Wolff III 2013-06-29 12:22:55 -05:00
parent 1552a05e2c
commit ad3a0c5f57
1 changed files with 5 additions and 2 deletions

View File

@ -1,2 +1,5 @@
clean: rm -f spin-kickstarts.tar.gz
dist: git archive --format=tar --prefix=spin-kickstarts | gzip > spin-kickstarts.tar.gz
clean:
rm -f spin-kickstarts.tar.gz
dist:
git archive --format=tar --prefix=spin-kickstarts HEAD | gzip > spin-kickstarts.tar.gz