X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e96ddf25ad7c152d7c0550636cb9388871d1f45f..c98f04213ed354d0116092e87a30db5dc69c5709:/Makefile?ds=inline diff --git a/Makefile b/Makefile index 5d3dd8e373..c35ef5ea06 100644 --- a/Makefile +++ b/Makefile @@ -53,6 +53,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