Use "rm -rf" instead of rmdir

This commit is contained in:
Justin Ethier 2017-12-17 18:15:39 -05:00
parent aa77252310
commit 274bf0acfa

View file

@ -52,7 +52,7 @@ RM ?= rm -f
#LN ?= ln
INSTALL ?= install
MKDIR ?= $(INSTALL) -d
RMDIR ?= rmdir
RMDIR ?= rm -rf
PREFIX ?= /usr/local
BINDIR ?= $(PREFIX)/bin