repeated make clean should not show error
TsinghuaRoger opened this issue · 2 comments
TsinghuaRoger commented
Repeat "make clean" should not show error
TsinghuaRoger commented
$make clean
GO111MODULE=on go clean -i ./...
rm -rf *.out
cd parser && make clean
go clean -i ./...
rm -rf *.out
rm parser.go
rm: parser.go: No such file or directory
make[1]: *** [clean] Error 1
make: *** [clean] Error 2