summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 58625ce..05088be 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ head.o:head.S
clean:
rm -rf *.o *.bin *.elf
-targz:bootstub.c head.S VERSION
- git-archive --prefix=bootstub-`head -n 1 VERSION | awk '{print $$1}'`/ --format=tar HEAD | gzip -c > bootstub-`head -n 1 VERSION | awk '{print $$1}'`.tar.gz
+source:bootstub.c head.S VERSION
+ git-archive --prefix=bootstub-`head -n 1 VERSION | awk '{print $$1}'`/ --format=tar HEAD | bzip2 -c > bootstub-`head -n 1 VERSION | awk '{print $$1}'`.tar.bz2
-.PHONY: all clean targz
+.PHONY: all clean source