editor/bass-sys/win/bass24/c/devlist/makefile

9 lines
104 B
Makefile
Raw Normal View History

2021-01-05 10:17:41 +00:00
include ..\makefile.in
TARGET = devlist.exe
all: $(TARGET)
clean:
$(RM) $(OUTDIR)\$(TARGET)