From 806afb9105eb7d25c33b28641d32afc26104543c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 24 Jan 2023 11:00:55 +0100 Subject: Makefile: update recipe names --- Makefile | 6 +++--- README.Arch | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index a3fdfdc..8f01402 100644 --- a/Makefile +++ b/Makefile @@ -23,10 +23,10 @@ endef PKG_NAME := config-links .PHONY: all -all: package +all: build -.PHONY: package -package: +.PHONY: build +build: makepkg --clean --cleanbuild --force --syncdeps && makepkg --printsrcinfo > .SRCINFO .PHONY: commit diff --git a/README.Arch b/README.Arch index f8feeb1..ad4e3a6 100644 --- a/README.Arch +++ b/README.Arch @@ -6,9 +6,9 @@ then `vagrant ssh`. There're a bunch of useful one-liners in Makefile. - * Make the package (this also updates .SRCINFO): + * Build the package (this also updates .SRCINFO): - make package + make * Commit the changes: -- cgit v1.2.3