Skip to content

Commit 43972b8

Browse files
committed
minor change in Makefile
1 parent bfdd1a3 commit 43972b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ version.go: .FORCE
3232
@echo '' >>version.go
3333
@echo 'const Version = "$(VERSION)"' >>version.go
3434
@echo '' >>version.go
35+
@if [ -f bin/codemeta ]; then ./bin/codemeta; fi
3536

3637
$(PROGRAMS): $(PACKAGE)
37-
mkdir -p bin
38+
@mkdir -p bin
3839
go build -o bin/$@$(EXT) cmd/$@/$@.go
3940

4041
test: $(PACKAGE)

0 commit comments

Comments
 (0)