Added make file commands so it's possible to 'build' and SRTM object from the command like. i.e. make N15W088.hgt.zip

This commit is contained in:
Bernard Davison
2011-02-01 11:31:16 +11:00
parent 95d17d0302
commit 78507bbb3f
3 changed files with 38 additions and 0 deletions
+6
View File
@@ -241,3 +241,9 @@ paparazzi:
sw/simulator/launchsitl:
cat src/$(@F) | sed s#OCAMLRUN#$(OCAMLRUN)# | sed s#OCAML#$(OCAML)# > $@
chmod a+x $@
#.SUFFIXES: .hgt.zip
%.hgt.zip:
cd data/srtm; $(MAKE) $(@)