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: clean:
rm -fr root rm -fr root
rm build/* rm -fr build/*
rm src/*.bc rm -fr src/*.bc
make -C packages clean make -C packages clean
make -C six clean make -C six clean
echo "The Emsdk and CPython are not cleaned. cd into those directories to do so." echo "The Emsdk and CPython are not cleaned. cd into those directories to do so."