aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJustin Berger <j.david.berger@gmail.com>2018-03-10 22:57:09 -0700
committerJustin Berger <j.david.berger@gmail.com>2018-03-11 14:54:29 -0600
commitbc207e7985fc35b521e8ad5945e35498913e86b4 (patch)
tree817641a50d5408f4625e5a619f5e9fdf2ae0829a /Makefile
parent6ba96f31c51cbfc8b57cfe87c129eba125bf793d (diff)
downloadlibsurvive-bc207e7985fc35b521e8ad5945e35498913e86b4.tar.gz
libsurvive-bc207e7985fc35b521e8ad5945e35498913e86b4.tar.bz2
Added code which calculates the error for each calibration type; also made sure to always save the calibration
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b4e65dd..332f59d 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ REDISTS:=redist/json_helpers.o redist/linmath.o redist/jsmn.o redist/os_generic.
ifeq ($(UNAME), Darwin)
REDISTS:=$(REDISTS) redist/hid-osx.c
endif
-LIBSURVIVE_CORE:=src/survive.o src/survive_usb.o src/survive_data.o src/survive_process.o src/ootx_decoder.o src/survive_driverman.o src/survive_default_devices.o src/survive_vive.o src/survive_playback.o src/survive_config.o src/survive_cal.o
+LIBSURVIVE_CORE:=src/survive.o src/survive_usb.o src/survive_data.o src/survive_process.o src/ootx_decoder.o src/survive_driverman.o src/survive_default_devices.o src/survive_vive.o src/survive_playback.o src/survive_config.o src/survive_cal.o src/survive_reproject.o
#If you want to use HIDAPI on Linux.