Add Makefile
This commit is contained in:
parent
2f9fee375e
commit
5429cfe2b8
5
fco/Makefile
Normal file
5
fco/Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
all: occ2socc
|
||||
|
||||
occ2socc: Parse.hs
|
||||
ghc -o occ2socc --make Parse
|
||||
|
Loading…
Reference in New Issue
Block a user