From aae879818a4258ee14ae566da502e7c491073c52 Mon Sep 17 00:00:00 2001 From: Ivan Tatarinov Date: Sat, 12 Jun 2021 19:58:57 +0300 Subject: [PATCH] software/esxdos: (fix) forced removal of `build` directory when cleaning --- software/esxdos/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/esxdos/Makefile b/software/esxdos/Makefile index e978a44..9a9fe9c 100644 --- a/software/esxdos/Makefile +++ b/software/esxdos/Makefile @@ -199,7 +199,7 @@ uninstall: .PHONY: clean clean: - rm -rf build/* + rm -rf build .PHONY: distclean distclean: clean