editor/bass-sys/bass24/c/netradio/makefile

10 lines
125 B
Makefile
Raw Normal View History

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