diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-01-31 06:29:17 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-01-31 06:29:17 +0100 |
commit | dd19d6f5c7e0b335301a3f3e3d21bffb8c83e558 (patch) | |
tree | 0841609c7e1c56cf95419d98c0074e6a2768acda /ecp/src/htable/Makefile | |
parent | 9f5c5c6263383cc7d6fb03f949465df5a02734b1 (diff) |
hashtable bugfix
Diffstat (limited to 'ecp/src/htable/Makefile')
-rw-r--r-- | ecp/src/htable/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ecp/src/htable/Makefile b/ecp/src/htable/Makefile index 7ef95d5..76a4efd 100644 --- a/ecp/src/htable/Makefile +++ b/ecp/src/htable/Makefile @@ -1,5 +1,5 @@ -include ../Makefile.platform -CFLAGS += $(PIC) -I.. -std=gnu89 +include ../platform.mk +CFLAGS += -I.. -std=gnu89 obj = htable.o hashtable.o hashtable_itr.o |