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

8 lines
90 B
Makefile

TARGET = devlist
include ../makefile.in
all: $(TARGET)
clean:
$(RM) $(TARGET)