summary refs log tree commit diff
path: root/lisc
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-07-10 16:18:15 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-15 23:01:27 -0400
commitcff56263fa236d12711a1f6abd6d3967b331c934 (patch)
treee8a112578153254ab5230c7d5c1f5ba8a7c18dd0 /lisc
parente4f07478ce93aacc41e70613b5a6ded99a0799f9 (diff)
downloadroux-cff56263fa236d12711a1f6abd6d3967b331c934.tar.gz
compile the ssa module
Diffstat (limited to 'lisc')
-rw-r--r--lisc/Makefile2
1 files changed, 1 insertions, 1 deletions
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