diff options
| author | 2025-10-26 13:26:34 -0400 | |
|---|---|---|
| committer | 2025-10-26 13:26:34 -0400 | |
| commit | a2b1d33a61bc134b46ecf2e8b4e3e34023cf4d6d (patch) | |
| tree | 038144c881ca0b6c97f553004cf37ae3b318e5ed /Makefile | |
| parent | 0.1.0 (diff) | |
tests, chibi support
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0355ac5 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +.POSIX: + +help: + echo 'make clean' + +clean: + rm -f *.so *.import.scm *.o *.link *.build.sh *.import.c *.install.sh |
