aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorInqiyad Sabr <sabr@ariamath.xyz>2025-10-28 15:22:06 +0600
committerInqiyad Sabr <sabr@ariamath.xyz>2025-10-28 15:22:06 +0600
commit52aa2298a1b42c3da24e3bb39fee1ed894231c03 (patch)
treeafbb44c2cf419b37bc674a3973bb5fcada5bf1b5 /Makefile
parent0d4272c8bc1c8d7cca4178584f4f9ad42fcc1fd6 (diff)
Add screen brightness module
Though it's only for Unix likes... I really wanna support BSDs next time.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1610951..8f02e10 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,6 @@ clean:
$(RM) ./*.o
install:
- install -s -m0755 bstatus $(DESTDIR)
+ install -s -m 0755 bstatus $(DESTDIR)
.PHONY: make clean install