summaryrefslogtreecommitdiff
path: root/ecp/src/htable
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2022-01-31 22:22:19 +0100
committerUros Majstorovic <majstor@majstor.org>2022-01-31 22:22:19 +0100
commit76be7c9a79da62e0a52d932bdfdf56671c82e33d (patch)
tree6385d50acb932766a11ded22901f1b333eb9856d /ecp/src/htable
parent6594778ab99958c3efb7325e4203bb4e593fc1a6 (diff)
build fix
Diffstat (limited to 'ecp/src/htable')
-rw-r--r--ecp/src/htable/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ecp/src/htable/Makefile b/ecp/src/htable/Makefile
index 76a4efd..854af5e 100644
--- a/ecp/src/htable/Makefile
+++ b/ecp/src/htable/Makefile
@@ -1,5 +1,5 @@
-include ../platform.mk
-CFLAGS += -I.. -std=gnu89
+include ../common.mk
+CFLAGS += -std=gnu89
obj = htable.o hashtable.o hashtable_itr.o