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

9 lines
90 B
Makefile
Raw Normal View History

2021-01-08 03:37:50 +00:00
TARGET = devlist
include ../makefile.in
all: $(TARGET)
clean:
$(RM) $(TARGET)