Skip to content

Instantly share code, notes, and snippets.

@metacollin
Created August 12, 2017 14:45
Show Gist options
  • Save metacollin/abf049d340e074b30593c68e01a16ab1 to your computer and use it in GitHub Desktop.
Save metacollin/abf049d340e074b30593c68e01a16ab1 to your computer and use it in GitHub Desktop.
@@ -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