From 06087b10ec7a897ad48db83f7f33a8fc11fa9341 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Wed, 28 Aug 2019 17:28:55 -0400 Subject: Added break statement to templates Added a break statement that can break out of loops, also added some tests to test the functionality of the same. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3738077..906d19d 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ else CFLAGS += -O3 endif -objs = ctemplates fbuf hashmap kmp +objs = ctemplates fbuf hashmap kmp lexer objfiles = $(objs:%=build/%.o) -- cgit v1.2.3-70-g09d2