X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a1a2adef0792a4accda1a7c48052dbfd9511c5fa..b26c0958c0c5aa2506844678728860e08a02b73b:/Makefile diff --git a/Makefile b/Makefile index a34be9a8fc..c35ef5ea06 100644 --- a/Makefile +++ b/Makefile @@ -53,12 +53,18 @@ 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 Makefiles:: recreate recreate:: - @install/unix/setup/general/createall + @setup/general/createall # the following ones define what needs to be done to distribute the # library and its components