aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar lancebord 2026-03-18 11:48:35 -0400
committerGravatar lancebord 2026-03-18 11:48:35 -0400
commit1131f9c7db2de06cc14f8046f19f965fd940e7b9 (patch)
tree3b89b8700bb651f3ab216d7258c90f097e4c9927 /Makefile
parentfixed stale focused atom state on ws change (diff)
fixed notification issue on workspace unmapped windowsHEADmain
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e796520..d7d6e1f 100644
--- a/Makefile
+++ b/Makefile
@@ -24,8 +24,7 @@ clean:
install: all
mkdir -p ${PREFIX}/bin
- cp -f tilite ${PREFIX}/bin/
- chmod 755 ${PREFIX}/bin/tilite
+ install -m 755 tilite ${PREFIX}/bin/tilite
uninstall:
rm -f ${PREFIX}/bin/tilite