aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-24 11:00:55 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-24 11:00:55 +0100
commit806afb9105eb7d25c33b28641d32afc26104543c (patch)
tree035d92dbe3f0e073cfcdfb14eecc01783f955cae /Makefile
parentaur: 2.0.2-1 (diff)
downloadconfig-links-806afb9105eb7d25c33b28641d32afc26104543c.tar.gz
config-links-806afb9105eb7d25c33b28641d32afc26104543c.zip
Makefile: update recipe names
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 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