summaryrefslogtreecommitdiff
path: root/code/core/htable/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'code/core/htable/Makefile')
-rw-r--r--code/core/htable/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/code/core/htable/Makefile b/code/core/htable/Makefile
deleted file mode 100644
index eb73403..0000000
--- a/code/core/htable/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-include ../../Makefile.platform
-CFLAGS=$(CFLAGS_PL) $(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