From 5153a32da9793945f72d60185d1929cd72ceeea3 Mon Sep 17 00:00:00 2001 From: Justin Berger Date: Sun, 11 Mar 2018 14:48:08 -0600 Subject: Added missing functions into lintest --- redist/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'redist/Makefile') diff --git a/redist/Makefile b/redist/Makefile index 5ba30dc..2aa5ef1 100644 --- a/redist/Makefile +++ b/redist/Makefile @@ -1,8 +1,11 @@ -all : jsmntest +all : jsmntest lintest jsmntest : jsmntest.c jsmn.c - gcc -o $@ $^ + gcc -g -O0 -o $@ $^ + +lintest : lintest.c linmath.c linmath.h + gcc -g -O0 -o $@ $^ -lm clean : - rm -rf *.o *~ jsmntest + rm -rf *.o *~ jsmntest lintest -- cgit v1.2.3