X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bcf1fa6bb46c38751072a1b5294bbd803ceb657e..45b5751fb4013f2ab8db47c5fe4ac533ab324864:/Makefile diff --git a/Makefile b/Makefile index 5d3dd8e373..7e6e25afaa 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,8 @@ SHELL=/bin/sh +DIRS=src + #if DIRS are defind make only executes in these diretories all:: @if test "x$(DIRS)" = x; then \ @@ -53,6 +55,12 @@ user:: @echo "entering directory user building all" @cd user; ${MAKE} all +install:: + @echo "entering directory src for installing" + @cd src; ${MAKE} install +# @echo "entering directory utils for installing" +# @cd utils; ${MAKE} install + # the following ones recreate all Makefiles. makefiles:: recreate