X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FMakefile;h=3959975380b6b5a9a03012153bd30a0ddf6db818;hb=3bab7e66d25988f5d63ec139c8814a85b983f8f3;hp=d984e9dc334011ce434d8a566010b92db297f4db;hpb=7db9d86178ecfd58cc1c17ac9fcbdcfd2f13aaec;p=fw%2Faltos diff --git a/src/Makefile b/src/Makefile index d984e9dc..39599753 100644 --- a/src/Makefile +++ b/src/Makefile @@ -43,7 +43,6 @@ ALTOS_DRIVER_SRC = \ ao_usb.c TELE_COMMON_SRC = \ - ao_gps_print.c \ ao_packet.c \ ao_packet_slave.c \ ao_state.c @@ -53,6 +52,7 @@ TELE_COMMON_SRC = \ # TELE_RECEIVER_SRC =\ ao_monitor.c \ + ao_gps_print.c \ ao_packet_master.c \ ao_rssi.c @@ -298,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