mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-15 18:03:31 +01:00
More code is removed from the special parser directories and centralized into grammar.py, Cmd.py, and generate-flex-bison.mk. Signed-off-by: Jan Lindemann <jan@janware.com>
10 lines
262 B
Makefile
10 lines
262 B
Makefile
TOPDIR = ../..
|
|
|
|
USE_PROJECT_LIB = true
|
|
MEMBERS += local.a($(OBJ))
|
|
PREREQ_BUILD += ytools
|
|
FB_NAME = grammartest
|
|
NAMESPACE_IN_GENERATED = gt
|
|
|
|
include $(TOPDIR)/make/proj.mk
|
|
include $(TOPDIR)/make/generate-flex-bison.mk
|