summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
6c6e387)
This way a single `make all` builds the whole project.
go vet ./...
go build
go test ./...
go vet ./...
go build
go test ./...
+ $(MAKE) --no-print-directory -C nss all
clean:
rm -f nsscash filetype_string.go
clean:
rm -f nsscash filetype_string.go
+ $(MAKE) --no-print-directory -C nss clean
test:
go build # we need ./nsscash
test:
go build # we need ./nsscash