chicken-scheme-shell/makefile

9 lines
111 B
Makefile

# Makefile for Chicken-scheme shell
cscsh: shell.scm
csc shell.scm -o hiss
.PHONY: clean
clean:
rm -f hiss