diff --git a/Makefile b/Makefile index 4f638b2..a57801f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,4 @@ -all: deps clean - @./scripts/make_package.sh bare - @./scripts/make_package.sh base - @./scripts/make_package.sh full +all: deps clean bare base full full: deps @./scripts/make_package.sh full