summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEpoch Qwert <epoch@53flpnlls43fcguy.onion>2014-09-07 02:37:46 -0500
committerEpoch Qwert <epoch@53flpnlls43fcguy.onion>2014-09-07 02:37:46 -0500
commitf41ec6d42942f994f762486a9ab525ed8c5506e5 (patch)
tree2834f14db4cdac0a8efb9bb810741af2d38e287d /Makefile
parent5b723a9da5b94d3a99225f43c7dafcffa1f7676b (diff)
downloadsegfault-f41ec6d42942f994f762486a9ab525ed8c5506e5.tar.gz
segfault-f41ec6d42942f994f762486a9ab525ed8c5506e5.zip
took the hashtable stuff out of segfault and put it into a library. good idea? dunno.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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: