aboutgitcodebugslistschat
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index dad6b53..682aa3c 100644
--- a/Makefile
+++ b/Makefile
@@ -107,14 +107,8 @@ passt.avx2: $(PASST_SRCS) $(PASST_HEADERS) seccomp.h
passt.avx2: passt
-pasta.avx2: passt.avx2
- ln -s passt.avx2 pasta.avx2
-
-pasta: passt
- ln -s passt pasta
-
-pasta.1: passt.1
- ln -s passt.1 pasta.1
+pasta.avx2 pasta.1 pasta: pasta%: passt%
+ ln -s $< $@
qrap: $(QRAP_SRCS) passt.h
$(CC) $(CFLAGS) $(QRAP_SRCS) -o qrap