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

11 lines
143 B
Makefile
Raw Normal View History

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