diff options
| author | Shulhan <ms@kilabit.info> | 2023-07-15 15:10:33 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-07-15 15:34:50 +0700 |
| commit | 5257844578f6b7f87551930b25e3f0bbe3e895a3 (patch) | |
| tree | 971bfa58c087fb56dd75897ae24bb762e8a7bbd3 /Makefile | |
| parent | e0528f174342435f009cc8a17b79578fb598b2e1 (diff) | |
| download | google-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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ .PHONY: all check chrootpkg patch release +## Sync the sources only. all: - makepkg -sd + makepkg --syncdeps --nodeps --nobuild check: namcap PKGBUILD |
