summarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin2023-01-24 11:02:24 +0100
committerEgor Tensin2023-01-24 11:02:24 +0100
commitc439b4bb1804cee7352f55e819b4d867c7d925d1 (patch)
treefd92f1d51ffa0bf6606e094942f85e3396975136 /Makefile
parentaf723b79ae54c1224e258befc50cdb95c9d2b3a2 (diff)
downloadaur-c439b4bb1804cee7352f55e819b4d867c7d925d1.tar.gz
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 b08301ec2a46..c63e7617dc1d 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