summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4a959fe..c07fefb 100644
--- a/Makefile
+++ b/Makefile
@@ -44,4 +44,7 @@ xd.o: xd.c
clean:
-rm -f $(TARGET) $(TARGET).exe core *.stackdump *.o
+xd.tar.gz: Makefile README xd.c
+ cd .. ; tar cvfz xd/xd.tar.gz ./xd/Makefile ./xd/README ./xd/xd.c
+
# END OF FILE