include ..\makefile.in

TARGET = contest.exe

all: $(TARGET)

clean:
	$(RM) $(OUTDIR)\$(TARGET)
