editor/bass-sys/linux/bass24/livespec/makefile
2021-01-07 21:37:50 -06:00

9 lines
112 B
Makefile

TARGET = livespec
PACKAGES = gtk+-2.0
include ../makefile.in
all: $(TARGET)
clean:
$(RM) $(TARGET)