4 lines
61 B
Makefile
Raw Normal View History

ifeq ($(strip $(AUDIO_ENABLE)), yes)
SRC += muse.c
endif