9 lines
125 B
Makefile
9 lines
125 B
Makefile
include ..\makefile.in
|
|
|
|
TARGET = netradio.exe
|
|
FLAGS += -mwindows
|
|
|
|
all: $(TARGET)
|
|
|
|
clean:
|
|
$(RM) $(OUTDIR)\$(TARGET)
|