diff options
author | June McEnroe <june@causal.agency> | 2018-08-08 12:07:44 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-08-08 12:07:44 -0400 |
commit | 93235430573634473bccad119631e63979b6f053 (patch) | |
tree | 416f588d0f9a42efb1234d4876ce4804633ac3e0 /bin/Makefile | |
parent | Fix colorscheme manUnderline disable (diff) | |
download | src-93235430573634473bccad119631e63979b6f053.tar.gz src-93235430573634473bccad119631e63979b6f053.zip |
Add open(1) forwarding to pbd
Diffstat (limited to 'bin/Makefile')
-rw-r--r-- | bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/Makefile b/bin/Makefile index ae667eef..677b5673 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,4 +1,4 @@ -ANY_BINS = atch dtch glitch hnel modem pbcopy pbd pbpaste pngo scheme wake xx +ANY_BINS = atch dtch glitch hnel modem open pbcopy pbd pbpaste pngo scheme wake xx BSD_BINS = klon watch LIN_BINS = bri fbatt fbclock ALL_BINS = $(ANY_BINS) $(BSD_BINS) $(LIN_BINS) @@ -21,7 +21,7 @@ tags: *.c atch: dtch ln -f dtch atch -pbcopy pbpaste: pbd +open pbcopy pbpaste: pbd ln -f pbd $@ scheme.png: scheme |