Skip to content

Instantly share code, notes, and snippets.

@stuaxo
Created February 1, 2012 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stuaxo/1718226 to your computer and use it in GitHub Desktop.
Save stuaxo/1718226 to your computer and use it in GitHub Desktop.
sparql-query patch
diff --git a/Makefile b/Makefile
index 14c89d8..ab6cd16 100644
--- a/Makefile
+++ b/Makefile
@@ -25,4 +25,4 @@ scan-test: scan-test.o scan-sparql.o
$(CC) $(LDFLAGS) -o $@ $^
sparql-query: sparql-query.o result-parse.o scan-sparql.o
- $(CC) $(LDFLAGS) -o $@ $^
+ $(CC) -o $@ $^ $(LDFLAGS)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment