summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormemchr2023-09-30 07:18:31 +0000
committermemchr2023-09-30 07:18:31 +0000
commitd4acaa0ca4cd8627af982ce1cb4257b7d7c66083 (patch)
tree6c8d53d7b7d599a6e28179ccd58d2f8b42c35c5c
parent3cd41eec012390ed024bbb08445cd1a3eb93c34d (diff)
downloadaur-d4acaa0ca4cd8627af982ce1cb4257b7d7c66083.tar.gz
remove make target `protocols`
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b260d3287a8..d8b2ad90b7d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -106,7 +106,6 @@ build() {
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -H./ -B./build -G Ninja
cmake --build ./build --config Release --target all
popd
- make protocols
make release
pushd hyprctl
make all