X-Git-Url: https://mattmccutchen.net/match/match.git/blobdiff_plain/df3d7779b79713973898f91d7bd9d418bf41eebe..86e209954803086a9a880fe3cd538d2c866cb8d6:/program/Makefile diff --git a/program/Makefile b/program/Makefile index 8dcb4aa..d72db83 100644 --- a/program/Makefile +++ b/program/Makefile @@ -8,6 +8,6 @@ all-optimized: # ghc -cpp -fglasgow-exts --make -O -hisuf O.hi -osuf O.o -c *.hs ghc -cpp -fglasgow-exts --make -O -hisuf O.hi -osuf O.o *.hs -o match.O clean: - rm -f *.hi *.o + rm -f *.hi *.o match # Necessary libraries (on Fedora): ghc-fgl, ghc-csv. Others I miss?