diff options
Diffstat (limited to 'target/sdk/Makefile')
-rw-r--r-- | target/sdk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/sdk/Makefile b/target/sdk/Makefile index 0552b0aaa8..a8413562b2 100644 --- a/target/sdk/Makefile +++ b/target/sdk/Makefile @@ -38,7 +38,7 @@ $(BIN_DIR)/$(SDK_NAME).tar.bz2: tar cfj $@ $(SDK_NAME); \ ) -source: +download: prepare: compile: $(BIN_DIR)/$(SDK_NAME).tar.bz2 install: |