removed auto run, now uses explicit command running

This commit is contained in:
Thomas Hintz
2012-08-06 15:28:05 -07:00
parent 90ce2997d6
commit 591e4e9344
3 changed files with 17 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
# Makefile for Chicken-scheme shell
cscsh: shell.scm
csc shell.scm -o hiss
csc shell.scm -compile-syntax -o hiss
.PHONY: clean
clean: