aboutsummaryrefslogtreecommitdiff
path: root/tools/process_rawcap/Makefile
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-01-21 23:09:41 -0500
committercnlohr <lohr85@gmail.com>2017-01-21 23:09:41 -0500
commit70f396c731d57742349fc13539b32120238a6f35 (patch)
tree31661d88be11da44fd7f9c75687403f557da74bc /tools/process_rawcap/Makefile
parenta10a6ac24972674ac93ce154d2d0c77b3487adab (diff)
downloadlibsurvive-70f396c731d57742349fc13539b32120238a6f35.tar.gz
libsurvive-70f396c731d57742349fc13539b32120238a6f35.tar.bz2
Update with my current data processing
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