@@ -0,0 +1,8 @@
# Makefile for Chicken-scheme shell
cscsh: shell.scm
csc shell.scm -o cscsh
.PHONY: clean
clean:
rm -f cscsh
The note is not visible to the blocked user.