This commit is contained in:
2026-03-05 09:27:54 +01:00
parent f964a123a0
commit 05fc927301
9 changed files with 7 additions and 1586 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
all:
@echo "oke"
clean:
rm -f *.rkt~
(cd private;rm -f *.rkt~)