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 | 8557319c4b0456d7660b8d3185430181f5cb2e44 (patch) | |
| tree | 7b37f3bc0a3ce1cdc3aacd5080d08d62cbed5868 /bin/Makefile | |
| parent | Match make targets as Tag (diff) | |
| download | src-8557319c4b0456d7660b8d3185430181f5cb2e44.tar.gz src-8557319c4b0456d7660b8d3185430181f5cb2e44.zip | |
Add setopt
Diffstat (limited to '')
| -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 |