diff options
author | June McEnroe <june@causal.agency> | 2019-02-24 14:45:12 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-02-24 14:45:12 -0500 |
commit | 1f9165e3db2c2d3a069a7b45a212f47e5a9babc4 (patch) | |
tree | ff3019620878b117321097ad8bf46864384c7eec /bin/Makefile | |
parent | Match make targets as Tag (diff) | |
download | src-1f9165e3db2c2d3a069a7b45a212f47e5a9babc4.tar.gz src-1f9165e3db2c2d3a069a7b45a212f47e5a9babc4.zip |
Add setopt
Diffstat (limited to 'bin/Makefile')
-rw-r--r-- | bin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/Makefile b/bin/Makefile index f0128b16..16a5ba9e 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -18,6 +18,7 @@ BINS += pbd BINS += pngo BINS += psf2png BINS += scheme +BINS += setopt BINS += ttpre BINS += up BINS += wake |