diff options
-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 |
index : webtray | ||
Dock WebApps to the SysTray |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 3 |
@@ -8,6 +8,9 @@ build: run: build ./target/webtray ${URL} +clean: + @rm -rf target + user_install: build install ./target/webtray ~/.local/bin/webtray |