The permissions are only relevant when running tests.
go fmt ./...
cd cmd/safcm-remote && ./build.sh
go build $(GOFLAGS) -ldflags $(LDFLAGS) ruderich.org/simon/safcm/cmd/safcm
- @# For proper permissions after initial clone with a strict umask
- cd cmd/safcm/testdata/project && ../../../../safcm fixperms 2> /dev/null
test:
+ @# For proper permissions after initial clone with a strict umask
+ cd cmd/safcm/testdata/project && ../../../../safcm fixperms 2> /dev/null
+ @#
./cmd/safcm/testdata/ssh/prepare.sh
go vet ./...
go test $(GOFLAGS) ./...