Add dependencies

This commit is contained in:
Alexander Neumann 2014-11-16 15:30:37 +01:00
parent bd105b69a8
commit 7006e13ca9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ TAGS =
all: khepri
khepri: *.go
khepri: *.go $(wildcard ../../*.go) $(wildcard ../../*/*.go)
go build $(TAGS) -ldflags "$(LDFLAGS)"
debug: TAGS=-tags debug