Skip to content

Instantly share code, notes, and snippets.

@metacollin
Created August 12, 2017 14:45
Embed
What would you like to do?
@@ -45,7 +45,7 @@ CFLAGS += -g -std=gnu99 $(CFLAGS_GTK) -DCPP='"cpp"' \
SLOPPY = -Wno-unused -Wno-implicit-function-declaration \
-Wno-missing-prototypes -Wno-missing-declarations
LDFLAGS +=
-LDLIBS = -lm -lfl $(LIBS_GTK)
+LDLIBS = -lm -ll $(LIBS_GTK)
YACC = bison -y
YYFLAGS = -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment