summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/GF/Source/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/GF/Source/Makefile b/src/GF/Source/Makefile
new file mode 100644
index 000000000..50463c796
--- /dev/null
+++ b/src/GF/Source/Makefile
@@ -0,0 +1,6 @@
+all:
+ cd ../.. && bnfc -p GF.Source -bytestrings -sharestrings GF/Source/GF.cf
+ rm ErrM.hs
+ perl -i -pe 's/GF.Source.ErrM/GF.Data.ErrM/' *.hs *.x *.y
+ happy -gca ParGF.y
+ alex -g LexGF.x