diff options
Diffstat (limited to 'code/core/htable/Makefile')
-rw-r--r-- | code/core/htable/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 $< |