aboutsummaryrefslogtreecommitdiff
path: root/tools/process_rawcap/Makefile
blob: 6cc8979ee9d7501601a3078983f74fe1f4a18559 (plain)
1
2
3
4
5
6
7
all : process_to_points

process_to_points : process_to_points.c
	gcc -o $@ $^ -Os

clean :
	rm -rf process_to_points