talent-plan / tinysql

A course to build the SQL layer of a distributed database.
Apache License 2.0
1.7k stars 519 forks source link

repeated make clean should not show error #132

Closed TsinghuaRoger closed 2 years ago

TsinghuaRoger commented 2 years ago

Repeat "make clean" should not show error

TsinghuaRoger commented 2 years ago

$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

yanguwan commented 2 years ago

solved in pr repeated "make clean" silently #133