diff options
| author | 2026-03-18 11:48:58 -0400 | |
|---|---|---|
| committer | 2026-03-18 11:48:58 -0400 | |
| commit | a1d644472dcf47c9ffd232fad8e2b48afd71c3d1 (patch) | |
| tree | a1028095acced60abcdaa61c1b16f4bcf20c3f6e /Makefile | |
| parent | Merge branch 'main' into personalcfg (diff) | |
| parent | fixed notification issue on workspace unmapped windows (diff) | |
Merge branch 'main' into personalcfgpersonalcfg
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |
