HushGP/src/Makefile
2025-01-14 02:24:54 -06:00

4 lines
101 B
Makefile

../target/main.out: *.hs
ghc -g -fprof-auto -prof -Wall *.hs -o ../target/main.out
@rm -f *.o *.hi