diff options
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 + |