diff options
author | Tucker Evans <tucker@tuckerevans.com> | 2021-06-06 19:26:30 -0400 |
---|---|---|
committer | Tucker Evans <tucker@tuckerevans.com> | 2021-06-06 19:26:30 -0400 |
commit | 1766a22686328b09f05a19e5ae1e7d9e92ff4dd4 (patch) | |
tree | 770b991cfff9f3d887e9d597030f8f6031de3dcd /lemonbar/makefile | |
parent | e48f9e845deb563f100facf8971000681856bb8d (diff) |
Add makefiles to build and stow configs
Diffstat (limited to 'lemonbar/makefile')
-rw-r--r-- | lemonbar/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 + |