aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2019-08-28 17:28:55 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2019-08-28 17:28:55 -0400
commit06087b10ec7a897ad48db83f7f33a8fc11fa9341 (patch)
tree4e6c539bf89d08deec84ffec35797fc7306022b1 /Makefile
parent192115300aa8349a4c85535466386cbf99259fdd (diff)
downloadlibctemplates-06087b10ec7a897ad48db83f7f33a8fc11fa9341.tar.gz
libctemplates-06087b10ec7a897ad48db83f7f33a8fc11fa9341.tar.bz2
libctemplates-06087b10ec7a897ad48db83f7f33a8fc11fa9341.zip
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)