diff --git a/Makefile b/Makefile index 563a85f..07b41d4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ all : (cd tools; make) - (cd newbuild; make install) + (cd build; make install)