[makefile] silence clean target and add missing Makefile

This commit is contained in:
Gautier Hattenberger
2013-02-22 11:07:17 +01:00
committed by Felix Ruess
parent 446231949b
commit 737d7d3c8b
46 changed files with 175 additions and 48 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ TMPDIR ?= /tmp
all: $(PAPARAZZI_HOME)/conf/maps.xml
clean:
rm -f $(DATADIR)/maps.google.com
$(Q)rm -f $(DATADIR)/maps.google.com
$(DATADIR):
mkdir $(DATADIR)