aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-08 16:22:53 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-08 16:22:53 +0100
commitfbb31474e8546c6b64dab89f4705c848aea9b18f (patch)
tree0c38c91622b685592e15cf022f55d515fc13845f
parentMakefile: git-add .SRCINFO (diff)
downloadcmake-common-fbb31474e8546c6b64dab89f4705c848aea9b18f.tar.gz
cmake-common-fbb31474e8546c6b64dab89f4705c848aea9b18f.zip
Makefile: remove a stupid recipe
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index f78070d..c3d2e1d 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,3 @@ commit:
.PHONY: push
push:
git push 'ssh://aur@aur.archlinux.org/$(call escape,$(PKG_NAME)).git' "$$( git symbolic-ref HEAD ):master"
-
-.PHONY: clean
-clean:
- find '$(call escape,$(this_dir))' -type f '-(' -name '*.tar.gz' -o -name '*.tar.zst' '-)' -delete