commit 8aa9af1f0c3b3ebb3f0321eb945d0ca2807575d4
parent 90bf36a37bc564473ae664ecccf55231ee59c5bf
Author: Joris Vink <joris@coders.se>
Date: Fri, 30 Oct 2020 10:12:29 +0100
force a dependency between seccomp.c and $(PLATFORM).
Diffstat:
Makefile | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
@@ -255,6 +255,8 @@ $(OBJDIR)/%.o: src/%.c
src/python.c: $(PYTHON_CURLOPT)
+src/seccomp.c: $(PLATFORM)
+
clean:
rm -f $(VERSION)
find . -type f -name \*.o -exec rm {} \;