Skip to content

Commit

Permalink
target to install deps (on Ubuntu 14.10 system)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggkitsas committed Mar 21, 2015
1 parent 99373ee commit 4ae5259
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ BUILD_DIR=$(ROOT_DIR)/build/gcc
SCRIPT_DIR=$(ROOT_DIR)/scripts
OPENOCD_BIN?=

DEPS=gcc-arm-none-eabi

.PHONY: firmware flash-versaloon clean release

firmware:
Expand Down Expand Up @@ -38,6 +40,9 @@ clean:
cd $(BUILD_DIR) && \
make clean

deps:
sudo apt-get install ${DEPS}

release: firmware
mkdir -p release && \
cd release && \
Expand Down

0 comments on commit 4ae5259

Please sign in to comment.