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

10 lines
153 B
Makefile

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