Skip to content
This repository has been archived by the owner on Dec 5, 2017. It is now read-only.

Commit

Permalink
dcos: Add KUBE_UI_TEMPLATES to clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomás Senart committed Jul 24, 2015
1 parent 33b239b commit c2cbf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/images/dcos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ REF_BASE_URL = https://raw.githubusercontent.com/GoogleCloudPlatform/kubernetes/
all: build

clean:
rm -rf $(TARGET_OBJ) $(KUBE_DNS_TEMPLATES)
rm -rf $(TARGET_OBJ) $(KUBE_DNS_TEMPLATES) $(KUBE_UI_TEMPLATES)

deps: $(ETCD_BINS) $(KUBE_DNS_TEMPLATES) $(KUBE_UI_TEMPLATES) $(SOURCE_OBJ)

Expand Down

0 comments on commit c2cbf14

Please sign in to comment.