From 5257844578f6b7f87551930b25e3f0bbe3e895a3 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 15 Jul 2023 15:10:33 +0700 Subject: all: update make task for all In the all task, use the long options and add --nobuild. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 081976f..c20367d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ .PHONY: all check chrootpkg patch release +## Sync the sources only. all: - makepkg -sd + makepkg --syncdeps --nodeps --nobuild check: namcap PKGBUILD -- cgit v1.3