4 lines
101 B
Makefile
4 lines
101 B
Makefile
../target/main.out: *.hs
|
|
ghc -g -fprof-auto -prof -Wall *.hs -o ../target/main.out
|
|
@rm -f *.o *.hi
|