Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
[fw/altos] / src / Makefile
index 812b195549974be8e34e7772830d6592d2776068..96049c65f11af939d736518695badd6554b4ec90 100644 (file)
@@ -4,7 +4,9 @@
 #
 CC=sdcc
 
+ifndef VERSION
 VERSION=$(shell git describe)
+endif
 
 CFLAGS=--model-small --debug --opt-code-speed
 
@@ -260,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
-       cc -g -o $@ ao_gps_test.c -lpthread
+ao_gps_test: ao_gps.c ao_gps_test.c ao_gps_print.c ao_host.h
+       cc -g -o $@ ao_gps_test.c