mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-01 21:07:40 +08:00
Updated the distclean (dist_clean) target to remove the conf/srtm_data directory
This commit is contained in:
@@ -220,7 +220,9 @@ cleanspaces:
|
|||||||
find ./sw -name '*.mli' -exec sed -i {} -e 's/[ \t]*$$//' ';'
|
find ./sw -name '*.mli' -exec sed -i {} -e 's/[ \t]*$$//' ';'
|
||||||
find ./conf -name '*.xml' -exec sed -i {} -e 's/[ \t]*$$//' ';'
|
find ./conf -name '*.xml' -exec sed -i {} -e 's/[ \t]*$$//' ';'
|
||||||
|
|
||||||
|
distclean : dist_clean
|
||||||
dist_clean : clean
|
dist_clean : clean
|
||||||
|
rm -r conf/srtm_data
|
||||||
|
|
||||||
|
|
||||||
ab_clean:
|
ab_clean:
|
||||||
|
|||||||
Reference in New Issue
Block a user