summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-07-15 15:10:33 +0700
committerShulhan <ms@kilabit.info>2023-07-15 15:34:50 +0700
commit5257844578f6b7f87551930b25e3f0bbe3e895a3 (patch)
tree971bfa58c087fb56dd75897ae24bb762e8a7bbd3 /Makefile
parente0528f174342435f009cc8a17b79578fb598b2e1 (diff)
downloadgoogle-cloud-ops-agent-git-5257844578f6b7f87551930b25e3f0bbe3e895a3.tar.xz
all: update make task for all
In the all task, use the long options and add --nobuild.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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