2 -X "main.versionGit=$(shell git describe --long --tags --dirty --always)" \
3 -X "main.versionGo=$(shell go version)" \
5 # Build with `make GOFLAGS=` if -race is not supported
13 cd cmd/safcm-remote && ./build.sh
14 go build $(GOFLAGS) -ldflags $(LDFLAGS) ruderich.org/simon/safcm/cmd/safcm
17 @# For proper permissions after initial clone with a strict umask
18 cd cmd/safcm/testdata/project && ../../../../safcm fixperms 2> /dev/null
20 ./cmd/safcm/testdata/ssh/prepare.sh
22 go test $(GOFLAGS) ./...
25 rm -rf remote/helpers/
27 rm -f cmd/safcm/testdata/ssh/ssh/authorized_keys
28 rm -f cmd/safcm/testdata/ssh/ssh/id_ed25519
29 rm -f cmd/safcm/testdata/ssh/ssh/id_ed25519.pub
30 rm -f cmd/safcm/testdata/ssh/ssh/known_hosts
31 rm -f cmd/safcm/testdata/ssh/sshd/ssh_host_key
32 rm -f cmd/safcm/testdata/ssh/sshd/ssh_host_key.pub
33 rm -rf cmd/safcm/testdata/ssh/project/no-changes.example.org/
35 .PHONY: all test clean safcm