diff options
| author | 2025-10-26 13:53:55 -0400 | |
|---|---|---|
| committer | 2025-10-26 13:53:55 -0400 | |
| commit | 764ab15ddabaac7545945d5241821e470e5ba918 (patch) | |
| tree | 88ab2530136b6b33b25e150ddd93f8ceb191067d /Makefile | |
| parent | tests, chibi support (diff) | |
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |
