shithub: tinygl

Download patch

ref: 2964588a1a82631bb42db7b874b26a955f436e33
parent: 07ba44b001567840b9eb4ef6929e12e9f0efaf60
author: gek169 <gek169@github.com>
date: Mon May 3 10:41:31 EDT 2021

Automatic commit.

--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@
 $(LIB):
 	cd src && $(MAKE) && cd ..
 	cp src/*.a ./lib/
-
+#hello
 
 SDL_Examples: $(LIB)
 	cd SDL_Examples && $(MAKE) && cd ..