From 23d60a7aeaafcae3f0613d3ce2169a437170458b Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sat, 11 May 2024 11:23:05 +0200 Subject: add clean target to makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index c227620..e5f90c9 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,9 @@ build: run: build ./target/webtray ${URL} +clean: + @rm -rf target + user_install: build install ./target/webtray ~/.local/bin/webtray -- cgit v1.2.3-70-g09d2