include ..\makefile.in TARGET = spectrum.exe FLAGS += -mwindows LIBS += -lcomdlg32 -lgdi32 -lwinmm all: $(TARGET) clean: $(RM) $(OUTDIR)\$(TARGET)