Complete example 1

Signed-off-by: Hans Dijkema <hans@dijkewijk.nl>
This commit is contained in:
2025-11-13 10:11:06 +01:00
parent 47ad7243d1
commit b412f797e0
4 changed files with 33 additions and 4 deletions

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
all:
@echo "Use 'make clean' to cleanup racket backup files"
clean:
@find . -type f -name "*~" -exec rm -f {} \;
@echo "Cleaned"