Fixed clean
This commit is contained in:
parent
a082346758
commit
9e7647ba98
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
@ -9,7 +9,7 @@ test:
|
||||||
cd src && go test -v .
|
cd src && go test -v .
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf bin/*
|
rm -rf bin
|
||||||
|
|
||||||
format:
|
format:
|
||||||
go fmt src/*.go
|
go fmt src/*.go
|
||||||
|
|
Loading…
Reference in a new issue