improve test and clean targets in Makefiles
This commit is contained in:
parent
aa48b87c12
commit
7a6ebc851f
13 changed files with 39 additions and 9 deletions
|
|
@ -8,6 +8,7 @@ _default:
|
|||
|
||||
clean:
|
||||
rm -f *.o *.so *.pyc *~
|
||||
rm -rf __pycache__
|
||||
for d in $(SUBDIRS); do make -s -C $$d clean; done
|
||||
|
||||
install:
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ _default:
|
|||
|
||||
clean:
|
||||
rm -f *.o *.so *.pyc *~
|
||||
rm -rf __pycache__
|
||||
for d in $(SUBDIRS); do make -s -C $$d clean; done
|
||||
|
||||
install:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue