6 lines
102 B
Makefile
6 lines
102 B
Makefile
|
SRC += spacebarracecar.c
|
||
|
|
||
|
ifeq ($(strip $(GERMAN_ENABLE)), yes)
|
||
|
OPT_DEFS += -DGERMAN_ENABLE
|
||
|
endif
|