summaryrefslogtreecommitdiff
path: root/src/GF/Source/Makefile
blob: a07f78ba59ae09172872d3c6456ae731f15f589c (plain)
1
2
3
4
5
6
7
all:
	cd ../.. && bnfc -p GF.Source -bytestrings -sharestrings GF/Source/GF.cf
	rm ErrM.hs
	perl -i -pe 's/%name pModHeader ModHeader/%partial pModHeader ModHeader/' ParGF.y
	perl -i -pe 's/GF.Source.ErrM/GF.Data.ErrM/' *.hs *.x *.y
	happy -gca ParGF.y
	alex -g LexGF.x