opengl_learn

Step-by-step introduction to OpenGL
git clone https://0xdd.org/code/opengl_learn.git
Log | Files | Refs | README | LICENSE

commit dccf2b0738e933aa67110634812c9803c20b8010
parent 1c01d7506ba73a9ec35bc46da53b7ce1b76fb464
Author: David DiPaola <DavidDiPaola@users.noreply.github.com>
Date:   Sat,  9 Jun 2018 17:37:11 -0400

build: always try to build ogl, just in case one of its file changed

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -35,6 +35,7 @@ $(01_BIN): $(01_OBJ) $(02_BIN): $(02_OBJ) +.PHONY: $(OGL_BIN) $(OGL_BIN): $(MAKE) --directory=./ogl/ all