remove complete bin folder in make clean

This commit is contained in:
Lukas Welte
2019-02-07 17:35:23 +01:00
parent 3a45b8dd41
commit 18e15eeb5c

View File

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