diff -r b3f24e23bc25 -r bf54085ce341 Makefile
--- a/Makefile	Wed Aug 31 12:58:48 2016 +0200
+++ b/Makefile	Wed Aug 31 14:41:56 2016 +0200
@@ -31,8 +31,8 @@
 
 include $(CONF).mk
 
-
-SRC  = c2html.c
+SRC  = frontend.c
+SRC += c2html.c
 SRC += highlighter.c
 SRC += ucx/allocator.c
 SRC += ucx/buffer.c