diff --git a/Makefile b/Makefile index 78b9095..5a65d20 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ ifeq ($(strip $(OUTDIR)),) endif ifeq ($(strip $(CMD)),) -INSTALL=ln -s +INSTALL=ln -fs else ifeq ($(strip $(CMD)),cp) INSTALL=cp else ifeq ($(strip $(CMD)),install)