build: $(HASKELL_C) --make SK.hs -o sk all: build copy: cp sk $(bindir) install: build copy clean: rm -f SK.hi SK.o sk