From 5429cfe2b894a096503cc4f29f6e08b074d80036 Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Wed, 6 Sep 2006 13:57:27 +0000 Subject: [PATCH] Add Makefile --- fco/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 fco/Makefile 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 +