Created
February 1, 2012 17:31
-
-
Save stuaxo/1718226 to your computer and use it in GitHub Desktop.
sparql-query patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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