mirror of https://github.com/perkeep/perkeep.git
Add Makefile hint
Change-Id: Ie10821f6821b8e63f2a143e9e4c68f244d2da149
This commit is contained in:
parent
e7486b0009
commit
da9e7c8f34
2
Makefile
2
Makefile
|
@ -1,3 +1,5 @@
|
|||
# On OS X with "brew install sqlite3", you need PKG_CONFIG_PATH=/usr/local/Cellar/sqlite/3.7.17/lib/pkgconfig/
|
||||
|
||||
all:
|
||||
go install --ldflags="-X camlistore.org/pkg/buildinfo.GitInfo "`./misc/gitversion` `pkg-config --libs sqlite3 1>/dev/null 2>/dev/null && echo "--tags=with_sqlite"` ./pkg/... ./server/... ./cmd/... ./third_party/...
|
||||
|
||||
|
|
Loading…
Reference in New Issue