From d482e46bd87c7fee3c41bd2a60aa287cc7b1008f Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sat, 18 Apr 2020 23:03:36 -0700 Subject: src: add a basic OpenGL2.1 foundation Just a bunch of shit that doesn't really do much more than produce an executable yet. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..cf98fba --- /dev/null +++ b/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = libstage libplay src -- cgit v1.2.3