include ..\makefile.in

TARGET = plugins.exe
FLAGS += -mwindows
LIBS = -lcomdlg32

all: $(TARGET)

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