aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCamil Staps2021-01-07 21:52:21 +0100
committerCamil Staps2021-01-07 21:54:50 +0100
commitc6d632ea339d20ccba169088c389ecf9ee0aa25c (patch)
tree4da154f0b26b0fe7644d554e86d9821e206879a2 /Makefile
parentAdd heap pointer (diff)
Add version of nfib without strictness analysis
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a37ac26..e30c528 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-BIN:=fib_eqI_b fib_ltI nfib
+BIN:=fib_eqI_b fib_ltI nfib nfib_nsa
OPTLL:=$(addsuffix .opt.ll,$(BIN))
OBJ:=$(addsuffix .o,$(BIN))
ASM:=$(addsuffix .s,$(BIN))