Sfoglia il codice sorgente

Makefile: Don't "clean" iptables

Tom Denham 7 anni fa
parent
commit
b366263cac
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      Makefile

+ 1 - 2
Makefile

@@ -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
@@ -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