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

9 lines
102 B
Makefile
Raw Normal View History

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