diff options
Diffstat (limited to 'bin/Makefile')
| -rw-r--r-- | bin/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile index c7e37e6..b0a8dd1 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -5,8 +5,11 @@ install-zzz: zzz install -D -o root -g root -m 755 zzz /sbin/ chmod 6755 /sbin/zzz +install-linux: backlight + install -D -o root -g root -m 755 backlight /sbin/ + chmod 6755 /sbin/backlight + linux: - install backlight $(HOME)/bin install wpa $(HOME)/bin install: |
