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-08-31 11:23:02 -07:00

9 lines
119 B
Makefile

COMBO_ENABLE = yes
CONSOLE_ENABLE = yes
SRC += ibnuda.c
ifeq ($(strip $(COMBO_ENABLE)), yes)
SRC += combo.c
endif