summarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin2023-01-08 16:27:47 +0100
committerEgor Tensin2023-01-08 16:27:47 +0100
commit752e1844297361ad055cf113a4477315101632c9 (patch)
treef0f9b50496c9f019910af4c4f6dfdfbd41ae7701 /Makefile
parentcf011720fffd805fc385c8bf09634089e17dc932 (diff)
downloadaur-752e1844297361ad055cf113a4477315101632c9.tar.gz
Makefile: remove useless recipes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index b1422cb764a3..0fd35237cca6 100644
--- a/Makefile
+++ b/Makefile
@@ -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