2 lines
46 B
Makefile
2 lines
46 B
Makefile
hoppity: hoppity.hs Makefile
|
|
ghc -O2 -o $@ $<
|
hoppity: hoppity.hs Makefile
|
|
ghc -O2 -o $@ $<
|