summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-09-27 11:51:56 -0400
committerJune McEnroe <programble@gmail.com>2017-09-27 11:51:56 -0400
commit03ce9170b34fd6dad4a1b9bbd0964cf5d4bd1ccc (patch)
treeaa7ea8a66afa631ed51e7bd0699e46d1dd88c46e /bin/Makefile
parentRemove use of EBADMSG (diff)
downloadsrc-03ce9170b34fd6dad4a1b9bbd0964cf5d4bd1ccc.tar.gz
src-03ce9170b34fd6dad4a1b9bbd0964cf5d4bd1ccc.zip
Combine pbcopy and pbpaste rules
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 299bdf27..97b62613 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -7,11 +7,8 @@ all: $(BINS)
 atch: dtch
 	ln -f dtch atch
 
-pbcopy: pbd
-	ln -f pbd pbcopy
-
-pbpaste: pbd
-	ln -f pbd pbpaste
+pbcopy pbpaste: pbd
+	ln -f pbd $@
 
 clean:
 	rm -f $(BINS)
mp;id=a2b6b3717567a5b57a19d19ed89af324296f39a9&follow=1'>repolist: make owner clickable to searchJason A. Donenfeld 2014-01-17ui-shared: move about tab all the way to the leftJason A. Donenfeld 2014-01-17filter: don't forget to reap the auth filterJason A. Donenfeld 2014-01-17cgit.c: free tmp variableJason A. Donenfeld 2014-01-17Switch to exclusively using global ctxLukas Fleischer 2014-01-16auth: have cgit calculate login addressJason A. Donenfeld 2014-01-16auth: lua string comparisons are time invariantJason A. Donenfeld 2014-01-16authentication: use hidden form instead of refererJason A. Donenfeld 2014-01-16auth: add basic authentication filter frameworkJason A. Donenfeld 2014-01-16t0111: Additions and fixesLukas Fleischer 2014-01-16parsing.c: Remove leading space from committerLukas Fleischer