From 10a8a64120e51ecda8e2910dc7039753723d48db Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Tue, 14 Nov 2017 13:12:52 -0500 Subject: [PATCH] calculator: add the scientific variant to the `all` Makefile rule MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- examples/calculator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/calculator/Makefile b/examples/calculator/Makefile index 42faf95..c0a2154 100644 --- a/examples/calculator/Makefile +++ b/examples/calculator/Makefile @@ -1,7 +1,7 @@ NITC=../../bin/nitc NITLS=../../bin/nitls -all: bin/calculator bin/test +all: bin/calculator bin/scientific bin/test bin/calculator: $(shell ${NITLS} -M src/calculator.nit -m linux) ${NITC} mkdir -p bin -- 1.7.9.5