From c439b4bb1804cee7352f55e819b4d867c7d925d1 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 24 Jan 2023 11:02:24 +0100 Subject: Makefile: update recipe names --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b08301e..c63e761 100644 --- a/Makefile +++ b/Makefile @@ -23,10 +23,10 @@ endef PKG_NAME := linux-status .PHONY: all -all: package +all: build -.PHONY: package -package: +.PHONY: build +build: makepkg --clean --cleanbuild --force --syncdeps && makepkg --printsrcinfo > .SRCINFO .PHONY: commit -- cgit v1.2.3