X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2FMakefile;h=9cc322a2d635949c49179b69ad1e0cc4383019ad;hp=812b195549974be8e34e7772830d6592d2776068;hb=29687cbd462a332d9a36ed87500c5b737dcae3f4;hpb=0b35447d05a0c7eaf4fefcbcf0065fe3320bba82 diff --git a/src/Makefile b/src/Makefile index 812b1955..9cc322a2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 - cc -g -o $@ ao_gps_test.c -lpthread +ao_gps_test: ao_gps.c ao_gps_test.c ao_gps_print.c ao_host.h + cc -g -o $@ ao_gps_test.c