include ..\makefile.in

TARGET = livefx.exe
FLAGS += -mwindows
LIBS = -lcomctl32

all: $(TARGET)

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