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