Skip to content

Commit

Permalink
Update Makefile (#15)
Browse files Browse the repository at this point in the history
Update makefile
  • Loading branch information
alfonsostratio authored Apr 4, 2018
1 parent 2d76b12 commit ba67261
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
all: compile

change-version:
bin/change-version.sh $(version)

clean:
dcos-deployer/bin/clean.sh
paas-ansible/bin/clean.sh
paas-cluster-schema/bin/clean.sh
bin/clean.sh
./bin/change-version.sh $(version)

compile:
bin/build
./bin/build

0 comments on commit ba67261

Please sign in to comment.