Commit Diff


commit - e84153de97a14dc5227b415cdd4577a044ec0b73
commit + bcec250b33ce2cad945478aa45389109ea7b5970
blob - d9f70dce7a4d293565a08d55f4df8e5000f237f7
blob + 0e6251e1c274c2765f5e8eec98c204c096ebf505
--- Makefile
+++ Makefile
@@ -1,11 +1,12 @@
 HARE =		hare
+LDFLAGS =	-L/usr/local/lib -lsqlite3
 
 .PHONY: all shinsha clean watch
 
 all: shinsha
 
 shinsha:
-	${HARE} build
+	${HARE} build ${LDFLAGS}
 
 clean:
 	rm shinsha