diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-08 23:20:23 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-08 23:20:23 -0400 |
commit | 5f29a477f190b9f4c0d3835574dfbcbad19d827c (patch) | |
tree | a2eef90f0afd351c65edb7aae5c9dc45699dedd9 /Makefile | |
parent | 8c67cad1f2bbcaabe23586643d670ba08f3d2a05 (diff) |
emacsterm: sane option parsing; create emacsterm-{xterm,rxvt} for insanity
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ else -include .srcfiles.mk endif -std.out_files = ediff emacsmail emacsterm +std.out_files = ediff emacsmail emacsterm emacsterm-rxvt emacsterm-xterm std.sys_files = $(addprefix $(bindir)/,$(std.out_files)) std.clean_files += *.sh |