From 64b55e7e1236121ea4197d9a37cfec43b196cfe8 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 2 Feb 2022 06:40:10 +0100 Subject: moved ecp, platform -> src --- ecp/src/htable/Makefile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 ecp/src/htable/Makefile (limited to 'ecp/src/htable/Makefile') diff --git a/ecp/src/htable/Makefile b/ecp/src/htable/Makefile deleted file mode 100644 index 854af5e..0000000 --- a/ecp/src/htable/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -include ../common.mk -CFLAGS += -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