aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-05-11 11:23:05 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2024-05-11 11:23:05 +0200
commit23d60a7aeaafcae3f0613d3ce2169a437170458b (patch)
treea6f8b584209b78a5bdde8bf3eaae0294c89fec92
parent8b345977a0ca8e784470d312e117a19e991b13d3 (diff)
add clean target to makefile
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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