aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-10-26 13:53:55 -0400
committerGravatar Peter McGoron 2025-10-26 13:53:55 -0400
commit764ab15ddabaac7545945d5241821e470e5ba918 (patch)
tree88ab2530136b6b33b25e150ddd93f8ceb191067d /Makefile
parenttests, chibi support (diff)
Diffstat (limited to '')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0355ac5..36e1484 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,12 @@
.POSIX:
+VERSION=0.2.0
+
help:
echo 'make clean'
clean:
- rm -f *.so *.import.scm *.o *.link *.build.sh *.import.c *.install.sh
+ rm -f *.so *.import.scm *.o *.link *.build.sh *.import.c *.install.sh tests/*log *.log
+
+chicken-package:
+ tar -czvf "${VERSION}-5.tar.gz" hascheme.egg lib/ tests/run.scm