diff options
| author | Inqiyad Sabr <sabr@ariamath.xyz> | 2025-10-28 15:22:06 +0600 |
|---|---|---|
| committer | Inqiyad Sabr <sabr@ariamath.xyz> | 2025-10-28 15:22:06 +0600 |
| commit | 52aa2298a1b42c3da24e3bb39fee1ed894231c03 (patch) | |
| tree | afbb44c2cf419b37bc674a3973bb5fcada5bf1b5 /Makefile | |
| parent | 0d4272c8bc1c8d7cca4178584f4f9ad42fcc1fd6 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,6 +27,6 @@ clean: $(RM) ./*.o install: - install -s -m0755 bstatus $(DESTDIR) + install -s -m 0755 bstatus $(DESTDIR) .PHONY: make clean install |