diff options
author | June McEnroe <june@causal.agency> | 2018-02-25 12:53:50 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-02-25 12:53:50 -0500 |
commit | 277906f45fd5831ebd1692c9bc6697e6c4d0394b (patch) | |
tree | 81fb980adb076b0903baee1ad076510f2a7ef6a9 /bin/Makefile | |
parent | Tweak watch exit codes (diff) | |
download | src-277906f45fd5831ebd1692c9bc6697e6c4d0394b.tar.gz src-277906f45fd5831ebd1692c9bc6697e6c4d0394b.zip |
Remove jrp
It was fun.
Diffstat (limited to 'bin/Makefile')
-rw-r--r-- | bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile index 3e9fd463..bb834767 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,5 +1,5 @@ ANY_BINS = atch dtch gfxx hnel pbcopy pbd pbpaste pngo wake xx -BSD_BINS = jrp klon watch +BSD_BINS = klon watch LIN_BINS = bri fbatt fbclock ALL_BINS = $(ANY_BINS) $(BSD_BINS) $(LIN_BINS) GFX ?= none |