summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 658bce0..0a02e41 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,5 @@
example: genalg.h genalg.c genalg.example.c
gcc -g -o example genalg.c genalg.example.c -Wall -Wextra -Wpedantic -Werror -lm
+
+test: expression.h expression.c expression.test.c
+ gcc -g -o test expression.c expression.test.c -Wall -Wextra -Wpedantic -Werror -lm