From 3cfbc305b8c5e713b16d966bb8e8d4e7e35cb52b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 10 May 2016 18:02:53 -0400 Subject: s/socket/daemon/ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 73fd5b2..40cd003 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ DOBJ = $(BUILD)runesd.o \ $(BUILD)pty-unix.o \ $(BUILD)loop.o \ $(BUILD)util.o \ - $(BUILD)socket.o + $(BUILD)daemon.o COBJ = $(BUILD)runesc.o \ $(BUILD)util.o LIBS = cairo cairo-xlib libuv pangocairo -- cgit v1.2.3-54-g00ecf