We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfdd1a3 commit 43972b8Copy full SHA for 43972b8
Makefile
@@ -32,9 +32,10 @@ version.go: .FORCE
32
@echo '' >>version.go
33
@echo 'const Version = "$(VERSION)"' >>version.go
34
35
+ @if [ -f bin/codemeta ]; then ./bin/codemeta; fi
36
37
$(PROGRAMS): $(PACKAGE)
- mkdir -p bin
38
+ @mkdir -p bin
39
go build -o bin/$@$(EXT) cmd/$@/$@.go
40
41
test: $(PACKAGE)
0 commit comments