From: Alexis Laferrière Date: Tue, 14 Nov 2017 18:12:52 +0000 (-0500) Subject: calculator: add the scientific variant to the `all` Makefile rule X-Git-Url: http://nitlanguage.org calculator: add the scientific variant to the `all` Makefile rule Signed-off-by: Alexis Laferrière --- 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