Skip to content

Instantly share code, notes, and snippets.

View smcameron's full-sized avatar

smcameron smcameron

  • Richmond, Virginia
View GitHub Profile
@smcameron
smcameron / linux-dogifesto.txt
Created August 19, 2018 14:45
Patch to Communist Dogifesto to make it build on linux
diff --git a/Makefile b/Makefile
index 8c4abfb..71ee675 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,10 @@ CFLAGS_DEBUG := -Wall -g -O0 -std=c11
CFLAGS_RELEASE := -Wall -g -O3 -flto -std=c11
INCLUDES := -Isrc
# On Linux, only static link with my custom libcurl
-LIBS_LINUX := -l:src/libs/linux/GL/libGLEW.a \
+