make clean in ibm subdir too
This commit is contained in:
parent
810de3b474
commit
b5a6e7bbb0
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ biginstall: big
|
|||
|
||||
clean::
|
||||
cd $(BZIP2) && make clean
|
||||
cd ibm && make clean
|
||||
if [ -f $(FLEX)/Makefile ]; then cd $(FLEX) && make clean ; fi
|
||||
for p in $(SMALLPROGRAMS); do ( cd $$p && make clean ); done
|
||||
|
||||
|
|
Loading…
Reference in a new issue