From 70f396c731d57742349fc13539b32120238a6f35 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Sat, 21 Jan 2017 23:09:41 -0500 Subject: Update with my current data processing --- tools/process_rawcap/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tools/process_rawcap/Makefile (limited to 'tools/process_rawcap/Makefile') diff --git a/tools/process_rawcap/Makefile b/tools/process_rawcap/Makefile new file mode 100644 index 0000000..6cc8979 --- /dev/null +++ b/tools/process_rawcap/Makefile @@ -0,0 +1,7 @@ +all : process_to_points + +process_to_points : process_to_points.c + gcc -o $@ $^ -Os + +clean : + rm -rf process_to_points -- cgit v1.2.3