From 2d41df1c83b5db0d6af00a7ec4816e633f8589ee Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Sun, 17 Dec 2023 13:15:59 -0500 Subject: [PATCH] Remove unnecessary Makefile rule --- examples/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/Makefile b/examples/Makefile index a1cc32e..fe3f13d 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -14,9 +14,6 @@ RM = rm all: $(EXAMPLES) -$(EXAMPLES): %: %.c $(STATIC) - $(CC) $(CFLAGS) $< -o $@ $(STATIC) - cluster: cluster.c $(STATIC) $(CC) $(CFLAGS) $< -o $@ $(STATIC) $(shell pkg-config --cflags --libs cairo x11) -lXext -lm