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
/
fbstream
/
Makefile
blob: 0607d0ff997a105aa849e82654b29e9d963c14f8 (
plain
)
1
2
3
4
5
6
7
all : fbstream fbstream : fbstream.c gcc -o $@ $^ -O3 -lm clean : rm -rf *.o fbstream