diff options
author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-05-11 11:23:05 +0200 |
---|---|---|
committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-05-11 11:23:05 +0200 |
commit | 23d60a7aeaafcae3f0613d3ce2169a437170458b (patch) | |
tree | a6f8b584209b78a5bdde8bf3eaae0294c89fec92 | |
parent | 8b345977a0ca8e784470d312e117a19e991b13d3 (diff) |
add clean target to makefile
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ build: run: build ./target/webtray ${URL} +clean: + @rm -rf target + user_install: build install ./target/webtray ~/.local/bin/webtray |