From 08e141b7209423eb01602d79b57ad0ff013a5e52 Mon Sep 17 00:00:00 2001 From: Arash Partow Date: Wed, 19 Oct 2016 20:07:59 +1100 Subject: [PATCH] C++ Mathematical Expression Library (ExprTk) https://www.partow.net/programming/exprtk/index.html --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4a1a20f..77422fd 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,7 @@ BUILD_LIST+=exprtk_simple_example_15 BUILD_LIST+=exprtk_simple_example_16 BUILD_LIST+=exprtk_simple_example_17 BUILD_LIST+=exprtk_simple_example_18 +BUILD_LIST+=exprtk_simple_example_19 all: $(BUILD_LIST)