X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2FMakefile;h=8c24e6f43f31625315a13fbd3f4173dbd03d6ac9;hp=4575f4435d62c540bc5a9eed4607bc47fa232170;hb=87e6f3e5c1688503ab8595912d8d6eb7139830b7;hpb=7b14c3e609749f4fc00dbd660541375048535218 diff --git a/src/Makefile b/src/Makefile index 4575f443..8c24e6f4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -45,6 +45,7 @@ ALTOS_DRIVER_SRC = \ TELE_COMMON_SRC = \ ao_gps_print.c \ ao_packet.c \ + ao_packet_slave.c \ ao_state.c # @@ -52,6 +53,7 @@ TELE_COMMON_SRC = \ # TELE_RECEIVER_SRC =\ ao_monitor.c \ + ao_packet_master.c \ ao_rssi.c # @@ -296,6 +298,8 @@ clean: install: +uninstall: + ao_flight_test: ao_flight.c ao_flight_test.c ao_host.h cc -g -o $@ ao_flight_test.c