editor/bass-sys/bass24/c/livespec/makefile
2021-01-05 04:17:41 -06:00

10 lines
150 B
Makefile

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