1
1
mirror of https://pagure.io/fedora-kickstarts.git synced 2024-09-16 21:27:23 +00:00
fedora-kickstarts/Makefile
Bruno Wolff III ad3a0c5f57 Fix up the Makefile
Some more changes are needed, but at least get the simplified
version working.
2013-06-29 12:22:55 -05:00

6 lines
132 B
Makefile

clean:
rm -f spin-kickstarts.tar.gz
dist:
git archive --format=tar --prefix=spin-kickstarts HEAD | gzip > spin-kickstarts.tar.gz