diff options
Diffstat (limited to 'bin/Makefile')
| -rw-r--r-- | bin/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/Makefile b/bin/Makefile index ac77c59..a66fbff 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,4 +1,8 @@ +default: install + +linux: + install backlight $(HOME)/bin install: install -d $(HOME)/bin @@ -9,3 +13,5 @@ install: install day $(HOME)/bin/ install night $(HOME)/bin/ install wallpaper $(HOME)/bin/ + install status-bar $(HOME)/bin/ + |
