fix "make clean"
This commit is contained in:
parent
85a55f8123
commit
876a45f565
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -34,5 +34,6 @@ prove:
|
|||
clean:
|
||||
@echo [clean]
|
||||
rm -f quox quox-tests result
|
||||
rm -rf lib/build main/build tests/build
|
||||
|
||||
.SILENT:
|
||||
|
|
Loading…
Reference in a new issue