rules.mk 102 B

12345
  1. SRC += spacebarracecar.c
  2. ifeq ($(strip $(GERMAN_ENABLE)), yes)
  3. OPT_DEFS += -DGERMAN_ENABLE
  4. endif