Handle GPS satellite tracking data
[fw/altos] / src / Makefile
index 297f676b6b27e740edb4e561a476d55a5b8cbf0d..9cc322a2d635949c49179b69ad1e0cc4383019ad 100644 (file)
@@ -260,8 +260,8 @@ clean:
 
 install:
 
-ao_flight_test: ao_flight.c ao_flight_test.c
+ao_flight_test: ao_flight.c ao_flight_test.c ao_host.h
        cc -g -o $@ ao_flight_test.c
 
-ao_gps_test: ao_gps.c ao_gps_test.c ao_host.h
+ao_gps_test: ao_gps.c ao_gps_test.c ao_gps_print.c ao_host.h
        cc -g -o $@ ao_gps_test.c