aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDanny van Kooten <dannyvankooten@users.noreply.github.com>2020-03-12 17:36:00 +0100
committerDanny van Kooten <dannyvankooten@users.noreply.github.com>2020-03-12 17:36:00 +0100
commit2d1d7bd16100eb9d702ef67897b2f62a972d6426 (patch)
tree249a995c033e17b87c8a633867e2e5de531c9633 /Makefile
parent9acd91d41469ed4024e3a8aa85ef1fb2eec909bd (diff)
downloadunja-2d1d7bd16100eb9d702ef67897b2f62a972d6426.tar.gz
unja-2d1d7bd16100eb9d702ef67897b2f62a972d6426.zip
add hashmap_resolve which handles dot notation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 56f1d9f..b5fca94 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS= -g -Wall -std=c11 -I.
+override CFLAGS+= -g -Wall -std=c11 -I.
LIBS=
TESTFLAGS= $(CFLAGS) -Isrc/