Commit 12e08a44 by devttys0

Changed make target 'dependencies' to 'deps'

parent 99d814a0
......@@ -10,7 +10,7 @@ export INSTALL_OPTIONS=@INSTALL_OPTIONS@
PYTHON=python
SRC_C_DIR="./src/C"
.PHONY: all install build dependencies clean uninstall
.PHONY: all install build deps clean uninstall
all: build
......@@ -23,7 +23,7 @@ build:
make -C $(SRC_C_DIR)
$(PYTHON) ./setup.py build
dependencies:
deps:
./deps.sh
clean:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment