aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-09 00:11:10 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-09 00:11:10 -0400
commit6beb7818efb57851a042953937af72163f1bde6c (patch)
tree6abc8763d6182f4c3de6da8567d05f995fd53db0 /Makefile
parentef5cd6e10e93ef973536d2df2ad57ac42a2118ea (diff)
downloadrunes-6beb7818efb57851a042953937af72163f1bde6c.tar.gz
runes-6beb7818efb57851a042953937af72163f1bde6c.zip
spawn a shell process and run it on a pty
not at all convinced that this is correct, but it at least does things
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index edbc068..397dd7f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
OUT = runes
-OBJ = runes.o display.o term.o events.o window-xlib.o
+OBJ = runes.o display.o term.o events.o window-xlib.o pty-unix.o
LIBS = cairo cairo-xlib libuv
CFLAGS ?= -g -Wall -Wextra -Werror
LDFLAGS ?= -g -Wall -Wextra -Werror