Fixed clean

This commit is contained in:
Imbus 2024-04-26 23:37:46 +02:00
parent a082346758
commit 9e7647ba98

View file

@ -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