Skip to content

Commit e8b92b6

Browse files
committed
Don't remove .VERSION-file on make clean
1 parent 49200cc commit e8b92b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ all: build
3535
clean:
3636
go clean -i ./...
3737
rm -rf $(EXECUTABLE) $(DIST)
38-
rm templates/.VERSION
3938

4039
.PHONY: fmt
4140
fmt:

0 commit comments

Comments
 (0)