From 1766a22686328b09f05a19e5ae1e7d9e92ff4dd4 Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Sun, 6 Jun 2021 19:26:30 -0400 Subject: Add makefiles to build and stow configs --- lemonbar/makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lemonbar/makefile (limited to 'lemonbar') diff --git a/lemonbar/makefile b/lemonbar/makefile new file mode 100644 index 0000000..76b65aa --- /dev/null +++ b/lemonbar/makefile @@ -0,0 +1,3 @@ +input: + go build -o bin/lemonbar_input src/input.go + -- cgit v1.1