From 2d1d7bd16100eb9d702ef67897b2f62a972d6426 Mon Sep 17 00:00:00 2001 From: Danny van Kooten Date: Thu, 12 Mar 2020 17:36:00 +0100 Subject: add hashmap_resolve which handles dot notation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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/ -- cgit v1.2.3