01_hello_glfw.exe: 01_hello_glfw.c gcc 01_hello_glfw.c -o 01_hello_glfw.exe -static -lglfw3 -lopengl32 -lwinmm -lgdi32 -mwindows .PHONY: clean clean: rm -f *.exe rm -f *.o