aboutsummaryrefslogtreecommitdiff
path: root/tools/process_rawcap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/process_rawcap/Makefile')
-rw-r--r--tools/process_rawcap/Makefile7
1 files changed, 7 insertions, 0 deletions
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