Some bugfixing in MO optimization and added empty check: target in tutorial

This commit is contained in:
maartenkeijzer 2001-03-16 13:11:32 +00:00
commit 548b2ae528
4 changed files with 21 additions and 133 deletions

View file

@ -17,5 +17,7 @@ dist :
distdir :
check :
clean:
for i in $(SUBDIRS); do pushd $$i && $(MAKE) clean; popd; done