diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-08 16:22:53 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-08 16:22:53 +0100 |
commit | fbb31474e8546c6b64dab89f4705c848aea9b18f (patch) | |
tree | 0c38c91622b685592e15cf022f55d515fc13845f | |
parent | Makefile: git-add .SRCINFO (diff) | |
download | cmake-common-fbb31474e8546c6b64dab89f4705c848aea9b18f.tar.gz cmake-common-fbb31474e8546c6b64dab89f4705c848aea9b18f.zip |
Makefile: remove a stupid recipe
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |