From: Keith Packard Date: Fri, 18 Feb 2011 17:54:01 +0000 (-0800) Subject: altos/test: Add dependencies in the Makefile for ao_flight_test X-Git-Tag: 0.9.1~5 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=d3bc27fabb6159ce58b14d0f7929b0f46f67c378 altos/test: Add dependencies in the Makefile for ao_flight_test Yes, it would be nice to automate dependency generation here, but I can't be bothered. Signed-off-by: Keith Packard --- diff --git a/src/test/Makefile b/src/test/Makefile index f6e9b9f5..cd9cafc8 100644 --- a/src/test/Makefile +++ b/src/test/Makefile @@ -11,7 +11,7 @@ clean: install: -ao_flight_test: ao_flight_test.c ao_flight_test.c ao_host.h +ao_flight_test: ao_flight_test.c ao_flight_test.c ao_host.h ao_flight.c altitude.h cc -g -o $@ $< ao_gps_test: ao_gps_test.c ao_gps_sirf.c ao_gps_print.c ao_host.h