Imported from ../lua-2.1.tar.gz.
[lua.git] / src / yacc / Makefile
blob284d4ab5497253eba6b369bbb00bddacac5f2fff
1 parser.c:
2 co -M lua.stx
3 yacc -d lua.stx ; mv -f y.tab.c ../parser.c ; mv -f y.tab.h ../parser.h