# MSYS2 03_loadpngwithstb.exe: 03_loadpngwithstb.c texture.h Makefile gcc 03_loadpngwithstb.c -o 03_loadpngwithstb.exe -D FREEGLUT_STATIC -lfreeglut -lopengl32 -lwinmm -lgdi32 -static texture.h: texture.png .\bin2c.exe -o texture.h texture.png .PHONY: clean clean: rm -f 03_loadpngwithstb.exe rm -f texture.h rm -f *.o