RM = del

all:	eyewin.cpp
	g++ -DWINDOWS -c -Wall -I..\include eyewin.cpp -o eyewin.o
	ar rcs eyewin.lib eyewin.o
	-$(RM) *.o

clean:
	-$(RM) *.lib *.dll *.o *.elf a.exe core*
