From 18e15eeb5c170f6ef071368fb6485cce24eed103 Mon Sep 17 00:00:00 2001 From: Lukas Welte Date: Thu, 7 Feb 2019 17:35:23 +0100 Subject: [PATCH] remove complete bin folder in `make clean` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fbcbc017..067763a8 100644 --- a/Makefile +++ b/Makefile @@ -30,4 +30,4 @@ bindata_assetfs.go: editor/pull_release .PHONY: clean clean: - rm -rf editor/public && rm -f bindata.go && rm -f bindata_assetfs.go && rm -f bin + rm -rf editor/public && rm -f bindata.go && rm -f bindata_assetfs.go && rm -rf bin