diff --git a/Makefile b/Makefile index 1dfec7744..433c105c0 100755 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ includes: cd include && $(MAKE) install gcc libraries: - cd lib && $(GMAKE) install + cd lib && $(GMAKE) all && $(GMAKE) install cmds: if [ -f commands/Makefile ] ; then cd commands && $(MAKE) all; fi