Merge pull request #91 from rth/minor-build-fixes

MAINT Minor fixes in the Makefile for make clean
This commit is contained in:
Michael Droettboom 2018-07-24 13:11:44 -04:00 committed by GitHub
commit 40ea94b463
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 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."

View File

@ -5,4 +5,4 @@ all:
../tools/buildall . ../build --ldflags="$(SIDE_LDFLAGS)" --host=$(HOSTPYTHONROOT) --target=$(TARGETPYTHONROOT)
clean:
rm -rf */build
rm -rf ./*/build