diff options
| author | Bdale Garbee <bdale@gag.com> | 2009-08-19 00:49:24 -0600 |
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2009-08-19 00:49:24 -0600 |
| commit | 4486d9156e19e4280b42bcd422d81d04f2d04a92 (patch) | |
| tree | d0313710d9040f63c6cb2f5f3d4b11c6208525f7 /src/Makefile | |
| parent | dd09f0bc2b950c00f3b489878cd69ad8a003f46c (diff) | |
| parent | 33edd62992a32b0ec8ca66d879fa300871db5937 (diff) | |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos0.5
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 5a8afe0b..96049c65 100644 --- a/src/Makefile +++ b/src/Makefile @@ -262,8 +262,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_host.h +ao_gps_test: ao_gps.c ao_gps_test.c ao_gps_print.c ao_host.h cc -g -o $@ ao_gps_test.c |
