include ..\makefile.in

TARGET = livespec.exe
FLAGS += -mwindows
LIBS = -lgdi32 -lwinmm

all: $(TARGET)

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