diff options
| author | June McEnroe <programble@gmail.com> | 2017-09-27 11:51:56 -0400 |
|---|---|---|
| committer | June McEnroe <programble@gmail.com> | 2017-09-27 11:51:56 -0400 |
| commit | 03ce9170b34fd6dad4a1b9bbd0964cf5d4bd1ccc (patch) | |
| tree | aa7ea8a66afa631ed51e7bd0699e46d1dd88c46e | |
| parent | Remove use of EBADMSG (diff) | |
| download | src-03ce9170b34fd6dad4a1b9bbd0964cf5d4bd1ccc.tar.gz src-03ce9170b34fd6dad4a1b9bbd0964cf5d4bd1ccc.zip | |
Combine pbcopy and pbpaste rules
| -rw-r--r-- | bin/Makefile | 7 |
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) |