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