mirror of https://github.com/stella-emu/stella.git
11 lines
144 B
Makefile
11 lines
144 B
Makefile
|
MODULE := src/yacc
|
||
|
|
||
|
MODULE_OBJS := \
|
||
|
src/yacc/YaccParser.o
|
||
|
|
||
|
MODULE_DIRS += \
|
||
|
src/yacc
|
||
|
|
||
|
# Include common rules
|
||
|
include $(srcdir)/common.rules
|