editor/bass-sys/bass24/c/contest/makefile

9 lines
104 B
Makefile
Raw Normal View History

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