editor/bass-sys/win/bass24/c/modtest/makefile
2021-01-07 21:37:50 -06:00

10 lines
144 B
Makefile

include ..\makefile.in
TARGET = modtest.exe
FLAGS += -mwindows
LIBS += -lcomdlg32
all: $(TARGET)
clean:
$(RM) $(OUTDIR)\$(TARGET)