shithub: tinygl

Download patch

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

Automatic commit.

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