aboutsummaryrefslogtreecommitdiff
path: root/redist/Makefile
blob: 2aa5ef17d36327d5480b2e3ebbb733739108f293 (plain)
1
2
3
4
5
6
7
8
9
10
11
all : jsmntest lintest

jsmntest : jsmntest.c jsmn.c
	gcc -g -O0 -o $@ $^

lintest : lintest.c linmath.c linmath.h
	gcc -g -O0 -o $@ $^ -lm

clean :
	rm -rf *.o *~ jsmntest lintest