'$(GMAKE) all' in lib target
This commit is contained in:
parent
a5cc1cb8d1
commit
c461b0c63d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -38,7 +38,7 @@ includes:
|
||||||
cd include && $(MAKE) install gcc
|
cd include && $(MAKE) install gcc
|
||||||
|
|
||||||
libraries:
|
libraries:
|
||||||
cd lib && $(GMAKE) install
|
cd lib && $(GMAKE) all && $(GMAKE) install
|
||||||
|
|
||||||
cmds:
|
cmds:
|
||||||
if [ -f commands/Makefile ] ; then cd commands && $(MAKE) all; fi
|
if [ -f commands/Makefile ] ; then cd commands && $(MAKE) all; fi
|
||||||
|
|
Loading…
Reference in a new issue