diff options
author | Camil Staps | 2021-01-07 21:52:21 +0100 |
---|---|---|
committer | Camil Staps | 2021-01-07 21:54:50 +0100 |
commit | c6d632ea339d20ccba169088c389ecf9ee0aa25c (patch) | |
tree | 4da154f0b26b0fe7644d554e86d9821e206879a2 /Makefile | |
parent | Add heap pointer (diff) |
Add version of nfib without strictness analysis
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |