Skip to content

Commit

Permalink
Makefile: Don't "clean" iptables
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdee committed May 17, 2017
1 parent bcf3ff4 commit b366263
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ update-glide:

clean:
rm -f dist/flanneld*
rm -f dist/iptables*
rm -f dist/libpthread*
rm -f dist/*.aci
rm -f dist/*.docker
Expand Down Expand Up @@ -231,4 +230,4 @@ run-etcd: stop-etcd
--listen-client-urls "http://0.0.0.0:2379,http://0.0.0.0:4001"

stop-etcd:
@-docker rm -f flannel-etcd
@-docker rm -f flannel-etcd

0 comments on commit b366263

Please sign in to comment.