This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
2021-07-01 10:12:19 -07:00

6 lines
94 B
Makefile

SRC += haervig.c
ifeq ($(strip $(DANISH_ENABLE)), yes)
OPT_DEFS += -DDANISH_ENABLE
endif