diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-08 16:27:47 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-08 16:27:47 +0100 |
commit | 752e1844297361ad055cf113a4477315101632c9 (patch) | |
tree | f0f9b50496c9f019910af4c4f6dfdfbd41ae7701 /Makefile | |
parent | aur: 2.3.1-1 (diff) | |
download | linux-status-752e1844297361ad055cf113a4477315101632c9.tar.gz linux-status-752e1844297361ad055cf113a4477315101632c9.zip |
Makefile: remove useless recipes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -24,9 +24,6 @@ PKG_NAME := linux-status this_dir := $(dir $(realpath $(firstword $(MAKEFILE_LIST)))) -.PHONY: DO -DO: - .PHONY: all all: package @@ -41,7 +38,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 |