calculator: add the scientific variant to the `all` Makefile rule
[nit.git] / examples / calculator / Makefile
index 42faf95..c0a2154 100644 (file)
@@ -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