diff --git a/commands/Makefile b/commands/Makefile index 6c3974b8d..98e369b8f 100755 --- a/commands/Makefile +++ b/commands/Makefile @@ -29,7 +29,7 @@ usage: @echo "small compiles the rest. all compiles all." @false -all: big small +all: small big install: biginstall smallinstall