From fe04237d0b5f1601e2774babc2fbf110a86dc426 Mon Sep 17 00:00:00 2001 From: Settel Date: Fri, 18 Mar 2022 08:53:24 +0100 Subject: [PATCH] chore: removed Makefile target that belongs to another project --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 75cb9f8..ab73ed9 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,6 @@ info: @echo available targets: @perl -ne 'm/^([\w\-]+):/ && print(" $$1\n");' Makefile -grab-%: - $(MAKE) -C grabber "$@" - run-all: pexec -R -c -e TARGET \ -r run-client \