summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShulhan2023-07-15 15:10:33 +0700
committerShulhan2023-07-15 15:34:50 +0700
commit5257844578f6b7f87551930b25e3f0bbe3e895a3 (patch)
tree971bfa58c087fb56dd75897ae24bb762e8a7bbd3
parente0528f174342435f009cc8a17b79578fb598b2e1 (diff)
downloadaur-5257844578f6b7f87551930b25e3f0bbe3e895a3.tar.gz
all: update make task for all
In the all task, use the long options and add --nobuild.
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 081976f7b46c..c20367dec4df 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