include ..\makefile.in

TARGET = netradio.exe
FLAGS += -mwindows

all: $(TARGET)

clean:
	$(RM) $(OUTDIR)\$(TARGET)
