From 6beb7818efb57851a042953937af72163f1bde6c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 9 Apr 2014 00:11:10 -0400 Subject: spawn a shell process and run it on a pty not at all convinced that this is correct, but it at least does things --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf