From 6b52dc070011386873d4061ff7dacec009ea8fc4 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Thu, 2 Mar 2023 20:48:55 +0700 Subject: [PATCH] Correct the Makefile for a default rule Former-commit-id: 7ac32f3f9778842fecd65cdd796b81f61b7fa41f --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 152b767..2f1f068 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,6 @@ OBITOOLS_SRC:= $(wildcard cmd/obitools/*/*.go) OBITOOLS_DIRS:=$(sort $(patsubst %/,%,$(dir $(OBITOOLS_SRC)))) OBITOOLS:=$(notdir $(OBITOOLS_DIRS)) -.PHONY: all obitools define MAKE_PKG_RULE pkg-$(notdir $(1)): $(1)