og-libsurvive/tools/process_rawcap/Makefile
2017-01-21 23:09:41 -05:00

7 lines
118 B
Makefile

all : process_to_points
process_to_points : process_to_points.c
gcc -o $@ $^ -Os
clean :
rm -rf process_to_points