X-Git-Url: https://mattmccutchen.net/match/match.git/blobdiff_plain/affb6e6a27325110e9f65c16506779eacf8c6c36..05a6f0edaacc70ab373988ec4bafdf9963551004:/program/Makefile diff --git a/program/Makefile b/program/Makefile index a86037f..df9942e 100644 --- a/program/Makefile +++ b/program/Makefile @@ -1,5 +1,7 @@ # Let's keep it simple for now. all: - ghc --make -c *.hs + ghc -fglasgow-exts --make -c *.hs +all-optimized: + ghc -fglasgow-exts --make -O -hisuf O.hi -osuf O.o -c *.hs clean: rm -f *.hi *.o