8 lines
61 B
Makefile
8 lines
61 B
Makefile
|
|
all:
|
|
ghc -c B/C/Module.hs
|
|
|
|
|
|
clean:
|
|
rm -f B/C/*.hi B/C/*.o
|