Commit c043dfe2 by devttys0

Restored deps makefile target.

parent 2bbc98c8
...@@ -41,6 +41,9 @@ start-script: ...@@ -41,6 +41,9 @@ start-script:
echo '$$PREFIX/bin/binwalk "$$@"' >> $@ echo '$$PREFIX/bin/binwalk "$$@"' >> $@
chmod +x $@ chmod +x $@
deps:
./deps.sh
clean: clean:
if [ "$(BUILD_C_LIBS)" -eq "1" ]; then make -C $(SRC_C_DIR) clean; fi if [ "$(BUILD_C_LIBS)" -eq "1" ]; then make -C $(SRC_C_DIR) clean; fi
$(PYTHON) ./setup.py clean $(PYTHON) ./setup.py 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