From cff56263fa236d12711a1f6abd6d3967b331c934 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Fri, 10 Jul 2015 16:18:15 -0400 Subject: compile the ssa module --- lisc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisc/Makefile b/lisc/Makefile index 14cf562..583d0cd 100644 --- 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 -- cgit 1.4.1