Closed straight-shoota closed 2 years ago
make build is commonly established as a recipe for building. I tried to run make clean build (which I do a lot in other repositories) and it didn't work because build is missing. This patch adds it.
make build
make clean build
build
make build
is commonly established as a recipe for building. I tried to runmake clean build
(which I do a lot in other repositories) and it didn't work becausebuild
is missing. This patch adds it.