Added src/GF/Source/Makefile for regenerating the GF source parser from GF.cf.

This commit is contained in:
bjorn
2008-10-02 13:42:24 +00:00
parent c21d0d10b8
commit 2fc5c7f579

6
src/GF/Source/Makefile Normal file
View File

@@ -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