Skip to content

Commit 17a8bde

Browse files
committed
Always make with makefile
1 parent 660fc88 commit 17a8bde

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
.PHONY: dist/dots
2+
13
dist/dots:
2-
go build -o dist/dots cmd/dots/*
4+
rm -f dist/dots
5+
go build -o dist/dots cmd/dots/*.go

0 commit comments

Comments
 (0)