2005-09-03 04:45:14 +00:00

8 lines
61 B
Makefile

all:
ghc -c B/C/Module.hs
clean:
rm -f B/C/*.hi B/C/*.o