summarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Chen2023-01-02 07:49:30 -0800
committerDaniel Chen2023-01-02 07:49:30 -0800
commitf8f6f440985f9cce3794d660da486fe87c75a742 (patch)
treece846b25dcd0d4ba363df5fcdbd40ae4895bd771 /Makefile
parente85be6b9a4e480ac336f4a65d6f13837aa9307a8 (diff)
downloadaur-f8f6f440985f9cce3794d660da486fe87c75a742.tar.gz
update to 2023.03.0.daily.34, uses openssl 3 not 1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 594575b56f56..3f89dbfa05c6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,7 @@
+.PHONY: clean
+clean:
+ rm -rf pkg src *.zst
+
.PHONY: srcinfo
srcinfo:
makepkg --printsrcinfo > .SRCINFO