commit cff56263fa236d12711a1f6abd6d3967b331c934 parent e4f07478ce93aacc41e70613b5a6ded99a0799f9 Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Fri, 10 Jul 2015 16:18:15 -0400 compile the ssa module Diffstat:
| M | lisc/Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisc/Makefile b/lisc/Makefile @@ -1,5 +1,5 @@ BIN = lisc -OBJ = parse.o +OBJ = parse.o ssa.o CFLAGS = -Wall -Wextra -std=c99 -g