X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FMakefile;h=9cc322a2d635949c49179b69ad1e0cc4383019ad;hb=29687cbd462a332d9a36ed87500c5b737dcae3f4;hp=29ee4b128fb2c53c4a2b5c95823571146c0e9662;hpb=cf1e258d52b878df10b51a047709b10ecd51a68e;p=fw%2Faltos diff --git a/src/Makefile b/src/Makefile index 29ee4b12..9cc322a2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -181,7 +181,7 @@ SYM=$(REL:.rel=.sym) PROGS= telemetrum.ihx tidongle.ihx \ teleterra.ihx teledongle.ihx -HOST_PROGS=ao_flight_test +HOST_PROGS=ao_flight_test ao_gps_test PCDB=$(PROGS:.ihx=.cdb) PLNK=$(PROGS:.ihx=.lnk) @@ -260,5 +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_gps_print.c ao_host.h + cc -g -o $@ ao_gps_test.c