mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-04 03:36:34 +02:00
Use "rm -rf" instead of rmdir
This commit is contained in:
parent
aa77252310
commit
274bf0acfa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue