diff options
author | Danny van Kooten <dannyvankooten@users.noreply.github.com> | 2020-03-12 17:36:00 +0100 |
---|---|---|
committer | Danny van Kooten <dannyvankooten@users.noreply.github.com> | 2020-03-12 17:36:00 +0100 |
commit | 2d1d7bd16100eb9d702ef67897b2f62a972d6426 (patch) | |
tree | 249a995c033e17b87c8a633867e2e5de531c9633 /Makefile | |
parent | 9acd91d41469ed4024e3a8aa85ef1fb2eec909bd (diff) | |
download | unja-2d1d7bd16100eb9d702ef67897b2f62a972d6426.tar.gz unja-2d1d7bd16100eb9d702ef67897b2f62a972d6426.zip |
add hashmap_resolve which handles dot notation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -CFLAGS= -g -Wall -std=c11 -I. +override CFLAGS+= -g -Wall -std=c11 -I. LIBS= TESTFLAGS= $(CFLAGS) -Isrc/ |