summaryrefslogtreecommitdiff
path: root/ecp/src/htable/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ecp/src/htable/Makefile')
-rw-r--r--ecp/src/htable/Makefile14
1 files changed, 0 insertions, 14 deletions
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