Some bugfixing in MO optimization and added empty check: target in tutorial
This commit is contained in:
parent
2dd807ecbe
commit
548b2ae528
4 changed files with 21 additions and 133 deletions
|
|
@ -17,5 +17,7 @@ dist :
|
|||
|
||||
distdir :
|
||||
|
||||
check :
|
||||
|
||||
clean:
|
||||
for i in $(SUBDIRS); do pushd $$i && $(MAKE) clean; popd; done
|
||||
|
|
|
|||
Reference in a new issue