Add Makefile

This commit is contained in:
Adam Sampson 2006-09-06 13:57:27 +00:00
parent 2f9fee375e
commit 5429cfe2b8

5
fco/Makefile Normal file
View File

@ -0,0 +1,5 @@
all: occ2socc
occ2socc: Parse.hs
ghc -o occ2socc --make Parse