# MinGW 02_loadpng_draw.exe: 02_loadpng_draw.c texture.h Makefile gcc 02_loadpng_draw.c -o 02_loadpng_draw.exe -D FREEGLUT_STATIC -lfreeglut_static -lopengl32 -lwinmm -lgdi32 -lpng -lz texture.h: texture.png .\bin2c.exe -o texture.h texture.png .PHONY: clean clean: rm -f 02_loadpng_draw.exe rm -f texture.h rm -f *.o