editor/bass-sys/win/bass24/c/modtest/makefile

11 lines
144 B
Makefile
Raw Permalink Normal View History

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