Correct the Makefile for a default rule

Former-commit-id: 7ac32f3f9778842fecd65cdd796b81f61b7fa41f
This commit is contained in:
2023-03-02 20:48:55 +07:00
parent b9bf88d4df
commit 6b52dc0700

View File

@ -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)