# Makefile pre MinGW32 (MS Windows) CXX=g++ CXXFLAGS=-O2 -Wall -ffast-math -mwindows LIBS=-lalleg RM=rm -vf EXT=.exe include Makefile.all