Skip to content

Commit

Permalink
Add dep task to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
okushchenko committed Oct 9, 2017
1 parent d3e0869 commit 203442f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: build install clean test integration
.PHONY: build install clean test integration dep

build:
@echo "Building confd..."
Expand All @@ -19,3 +19,7 @@ test:
integration:
@echo "Running integration tests..."
@find ./integration -name test.sh -exec bash {} \;

dep:
@dep ensure
@dep prune

0 comments on commit 203442f

Please sign in to comment.