rules.mk 94 B

12345
  1. SRC += haervig.c
  2. ifeq ($(strip $(DANISH_ENABLE)), yes)
  3. OPT_DEFS += -DDANISH_ENABLE
  4. endif