diff options
author | Keith Packard <keithp@keithp.com> | 2011-02-18 09:54:01 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-02-18 10:04:40 -0800 |
commit | d3bc27fabb6159ce58b14d0f7929b0f46f67c378 (patch) | |
tree | fdc86127c724a5f2f1958c64bb2fdbd75d1fa6c8 | |
parent | c3080fdafff5212f267ba7c765a2f083435be799 (diff) |
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 <keithp@keithp.com>
-rw-r--r-- | src/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |