Minor Makefile fixes

This commit is contained in:
Roman Yurchak 2018-07-19 17:37:27 -07:00
parent 81db319349
commit 8be338a19c
1 changed files with 2 additions and 2 deletions

View File

@ -118,8 +118,8 @@ benchmark: all build/test.html
clean:
rm -fr root
rm build/*
rm src/*.bc
rm -fr build/*
rm -fr src/*.bc
make -C packages clean
make -C six clean
echo "The Emsdk and CPython are not cleaned. cd into those directories to do so."