@ -0,0 +1,15 @@
.PHONY: all Main debug start clean
all: Main
Main: Main.hs
@ghc -Wno-tabs Main.hs
start: Main
@./Main
debug: Main.hs
@ghc -Wno-tabs -keep-hc-files -keep-tmp-files $^
clean:
@rm *.hi Main *.o || true
The note is not visible to the blocked user.