From 98d33b9a533bd1d84ad44746c22cbd3db68fc492 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 21 Jan 2019 16:09:56 -0800 Subject: add ibb --- ibb/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ibb/Makefile (limited to 'ibb/Makefile') diff --git a/ibb/Makefile b/ibb/Makefile new file mode 100644 index 0000000..f51c298 --- /dev/null +++ b/ibb/Makefile @@ -0,0 +1,12 @@ +ibb.exe: Main.hs + ghc -O -i. -o $@ $< + +tags: TAGS + +TAGS: FORCE + hasktags -b -c . + +clean: FORCE + rm -f *.o *.exe *.hi + +.PHONY: FORCE -- cgit v1.2.3