include ..\makefile.in

TARGET = custloop.exe
FLAGS += -mwindows
LIBS += -lcomdlg32 -lgdi32

all: $(TARGET)

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