TARGET = livespec
PACKAGES = gtk+-3.0

include ../makefile.in

all: $(TARGET)

clean:
	$(RM) $(TARGET)
