fix clean in Makefiles

This commit is contained in:
danyabeerzun 2018-11-21 14:29:35 +03:00
parent 16d3f839ce
commit 4c3dba947c
3 changed files with 8 additions and 2 deletions

View file

@ -13,3 +13,6 @@ $(TESTS): %: %.expr
clean:
rm -f test*.log *.s *~ $(TESTS)
pushd expressions && make clean && popd
pushd deep-expressions && make clean && popd
pushd x86only && make clean && popd