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

8 lines
104 B
Makefile

include ..\makefile.in
TARGET = devlist.exe
all: $(TARGET)
clean:
$(RM) $(OUTDIR)\$(TARGET)