From 5cd610a07468137066ea4daa5176c3e7045113b0 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 5 Aug 2020 03:38:22 +0200 Subject: ecp moved to root; fixed utils and tests --- code/ecp/htable/Makefile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 code/ecp/htable/Makefile (limited to 'code/ecp/htable/Makefile') diff --git a/code/ecp/htable/Makefile b/code/ecp/htable/Makefile deleted file mode 100644 index 7ef95d5..0000000 --- a/code/ecp/htable/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -include ../Makefile.platform -CFLAGS += $(PIC) -I.. -std=gnu89 - -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