Properly cleaning
This commit is contained in:
parent
7a626b6a36
commit
36ea5c9213
@ -19,6 +19,7 @@ fmt:
|
||||
|
||||
clean:
|
||||
rm -v bin/*
|
||||
find pkg -name '*.a' -exec rm -v {} \;
|
||||
|
||||
env:
|
||||
@echo GOPATH=$(GOPATH)
|
||||
|
Loading…
Reference in New Issue
Block a user