aboutgitcodebugslistschat
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5a0f96a..d50fa65 100644
--- a/Makefile
+++ b/Makefile
@@ -139,7 +139,7 @@ passt.avx2: $(PASST_SRCS) $(HEADERS)
passt.avx2: passt
pasta.avx2 pasta.1 pasta: pasta%: passt%
- ln -s $< $@
+ ln -sf $< $@
qrap: $(QRAP_SRCS) passt.h
$(CC) $(FLAGS) $(CFLAGS) $(CPPFLAGS) $(QRAP_SRCS) -o qrap $(LDFLAGS)