all: safcm safcm: go fmt ./... cd cmd/safcm-remote && ./build.sh go build -race 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 clean: rm -rf remote/helpers/ rm -f safcm .PHONY: all clean safcm