From f41ec6d42942f994f762486a9ab525ed8c5506e5 Mon Sep 17 00:00:00 2001 From: Epoch Qwert Date: Sun, 7 Sep 2014 02:37:46 -0500 Subject: took the hashtable stuff out of segfault and put it into a library. good idea? dunno. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0806b5d..eedeed0 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,9 @@ -LDFLAGS=-lirc -Llibirc +LDFLAGS=-lirc -Llibirc -lhashtable -Llibhashtable CFLAGS=-pedantic -Wall all: cd libirc && $(MAKE) + cd libhashtable && $(MAKE) $(MAKE) segfault clean: -- cgit v1.2.3