Skip to content

Commit

Permalink
Revert Makefile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed Jan 11, 2019
1 parent 5a0d29b commit 4c0d1e0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -215,13 +215,9 @@ checksum:

.PHONY: clean
clean:
rm -rf $(BUILD_DIR)/*
rm -rf $(BUILD_DIR)
rm -f pkg/minikube/assets/assets.go

.PHONY: tmpfs-out
tmpfs-out:
mount -t tmpfs -o size=10g tmpfs $(BUILD_DIR)/out

.PHONY: gendocs
gendocs: out/docs/minikube.md

Expand Down

0 comments on commit 4c0d1e0

Please sign in to comment.