diff --git a/fco/Makefile b/fco/Makefile new file mode 100644 index 0000000..1c48f9b --- /dev/null +++ b/fco/Makefile @@ -0,0 +1,5 @@ +all: occ2socc + +occ2socc: Parse.hs + ghc -o occ2socc --make Parse +