editor/bass-sys/bass24/c/fxtest/makefile

11 lines
154 B
Makefile
Raw Normal View History

2021-01-05 10:17:41 +00:00
include ..\makefile.in
TARGET = fxtest.exe
FLAGS += -mwindows
LIBS += -lcomdlg32 -lcomctl32
all: $(TARGET)
clean:
$(RM) $(OUTDIR)\$(TARGET)