summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8f3ed29..72bb817 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@ e820_bios.o:e820_bios.S bootstub.h
clean:
rm -rf *.o *.bin *.elf *.bz2 *.rpm
+ -rm bootstub
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