illgola2 : illgola2.o
	gcc -o illgola2.exe illgola2.o
illgola2.o : illgola2.c
	gcc -c -x c illgola2.c
clean :
	del *.exe
	del *.o
