index
:
libsurvive
FixToriLhCoords
master
tau_test
tilt_curve_metric_space
Lightweight HTC Vive Library – cloned from https://github.com/cnlohr/libsurvive
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
combiner
/
Makefile
blob: fe2457f9fe9c6f91c347d03322ba690760ed95d1 (
plain
)
1
2
3
4
5
6
7
all : combiner combiner : combiner.c gcc -o $@ $^ clean : rm -rf combiner