.PHONY: all clean all: thee-stack.c thee-stack_.c thee-stack.c: thee-stack.scm gsc -debug -f -c thee-stack.scm thee-stack_.c: thee-stack.scm gsc -link thee-stack.scm clean: -rm thee-stack.c -rm thee-stack_.c