6 lines
83 B
Makefile
6 lines
83 B
Makefile
SRC += narze.c
|
|
|
|
ifeq ($(strip $(COMBO_ENABLE)), yes)
|
|
SRC += superduper.c
|
|
endif
|