shithub: scc

Download patch

ref: 242f9e6a3592eff25aa71efec50442dde00a71f9
parent: 29dd7b1e3785eefa865a5ff9ac674d46e6479b39
author: Roberto E. Vargas Caballero <[email protected]>
date: Thu Mar 20 14:07:20 EDT 2014

Remove flow.c from Makefile

--- 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