TARGET = netradio
PACKAGES = gtk+-3.0 gthread-2.0

include ../makefile.in

all: $(TARGET)

clean:
	$(RM) $(TARGET)
