X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=inline;f=src%2FMakefile;h=96049c65f11af939d736518695badd6554b4ec90;hb=4486d9156e19e4280b42bcd422d81d04f2d04a92;hp=5a8afe0b9a5859a55abd80e313973d307d06eefd;hpb=dd09f0bc2b950c00f3b489878cd69ad8a003f46c;p=fw%2Faltos diff --git a/src/Makefile b/src/Makefile index 5a8afe0b..96049c65 100644 --- a/src/Makefile +++ b/src/Makefile @@ -262,8 +262,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