commit ba1b430524a37ae7ce56428903f39cb500a439a6 parent 9c958d75a3c2d2bdbdc81d1dd195513337ac64ab Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Tue, 14 Jul 2015 09:46:41 -0400 compile ssa 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 # ssa.o +OBJ = parse.o ssa.o CFLAGS = -Wall -Wextra -std=c99 -g