commit 242f9e6a3592eff25aa71efec50442dde00a71f9 parent 29dd7b1e3785eefa865a5ff9ac674d46e6479b39 Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Thu, 20 Mar 2014 18:07:20 +0100 Remove flow.c from Makefile Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,5 +1,5 @@ -OBJS = types.o decl.o lex.o error.o symbol.o flow.o main.o expr.o \ +OBJS = types.o decl.o lex.o error.o symbol.o main.o expr.o \ wrapper.o tree.o all: kcc