editor/bass-sys/linux/bass24/speakers/makefile

10 lines
125 B
Makefile
Raw Permalink Normal View History

2021-01-08 03:37:50 +00:00
TARGET = speakers
PACKAGES = gtk+-2.0 libglade-2.0
include ../makefile.in
all: $(TARGET)
clean:
$(RM) $(TARGET)