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/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/code/core/htable/Makefile b/code/core/htable/Makefile
index af8d7c1..eb73403 100644
--- a/code/core/htable/Makefile
+++ b/code/core/htable/Makefile
@@ -1,4 +1,5 @@
-CFLAGS=-I.. -std=gnu89 $(PIC)
+include ../../Makefile.platform
+CFLAGS=$(CFLAGS_PL) $(PIC) -I.. -std=gnu89
obj = htable.o hashtable.o hashtable_itr.o