From 55d75452c658f2a46c439d0d632b626f1889b612 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sun, 1 Nov 2020 13:34:40 -0500 Subject: Add backlight script. Also add status-bar and update my git configuration. --- bin/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bin/Makefile') 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/ + -- cgit v1.2.3