From ab0325ae7906230f1ea82f08b27c72b075e9a13d Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Tue, 23 May 2017 17:28:12 +0200 Subject: build fixed; added lib util --- code/core/htable/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'code/core/htable') diff --git a/code/core/htable/Makefile b/code/core/htable/Makefile index af329b4..af8d7c1 100644 --- a/code/core/htable/Makefile +++ b/code/core/htable/Makefile @@ -1,6 +1,8 @@ CFLAGS=-I.. -std=gnu89 $(PIC) + obj = htable.o hashtable.o hashtable_itr.o + %.o: %.c $(CC) $(CFLAGS) -c $< -- cgit v1.2.3