7 lines
50 B
Makefile
7 lines
50 B
Makefile
|
|
||
|
all:
|
||
|
ghc -O -c Flags.hs
|
||
|
|
||
|
clean:
|
||
|
rm -f *.hi *.o
|