From 3ef6719f47b734b12c0b11c725b7f12e3fb3c08a Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Tue, 23 May 2017 14:19:26 +0200 Subject: fs layout updated --- code/htable/Makefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 code/htable/Makefile (limited to 'code/htable/Makefile') diff --git a/code/htable/Makefile b/code/htable/Makefile deleted file mode 100644 index af329b4..0000000 --- a/code/htable/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -CFLAGS=-I.. -std=gnu89 $(PIC) -obj = htable.o hashtable.o hashtable_itr.o - -%.o: %.c - $(CC) $(CFLAGS) -c $< - -all: $(obj) - $(AR) rcs libecpht.a $(obj) - -clean: - rm -f *.o *.a -- cgit v1.2.3