summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-03 17:17:01 -0400
committerJesse Luehrs <doy@tozt.net>2018-11-03 17:17:01 -0400
commit01faf31d70a945510a6cf8f3ec8dd785e9d632e1 (patch)
tree4d75a27b32966f4d3e6c7edd9e40c632b99d8c3c /Makefile
parent264e9f7fd00c81bcbb963e715a8f5c5365872c3c (diff)
downloadconf-01faf31d70a945510a6cf8f3ec8dd785e9d632e1.tar.gz
conf-01faf31d70a945510a6cf8f3ec8dd785e9d632e1.zip
make `make clean` not throw errors
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 25e7ddc..e949655 100644
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,7 @@ ECHO = @echo
LN = @ln -sf
MKDIR = @mkdir -p
RM = @rm -f
-RMDIR = @rmdir -p
+RMDIR = @rmdir -p --ignore-fail-on-non-empty
# named targets