jw-python/test/grammar/Makefile

14 lines
358 B
Makefile
Raw Normal View History

TOPDIR = ../..
-include local.mk
EXE_ARGS ?= grammartest.code
PREREQ_BUILD += ytools
FB_NAME = grammartest
NAMESPACE_IN_GENERATED = gt
GENERATE_CONFIG_FILE = generate.conf
IRRELEVANT_SYMBOLS ?= white_space
include $(TOPDIR)/make/proj.mk
include $(TOPDIR)/make/generate-flex-bison.mk
include $(MODDIR)/make/exe.mk