Skip to content
Snippets Groups Projects
Commit 59873dc1 authored by Juan Escobar's avatar Juan Escobar
Browse files

Juan 11/07/2018:Makefile, cleancdf => add make clean to all component to...

Juan 11/07/2018:Makefile, cleancdf => add make clean to all component to better cleaning/install reproductibility
parent 03a42a75
No related branches found
No related tags found
No related merge requests found
......@@ -358,6 +358,10 @@ $(CDF_MOD) :
cleanmaster : cleancdf
cleancdf :
- [ -d ${CDF_PATH} ] && rm -fr ${CDF_PATH}
cd ${DIR_LIBAEC} && $(MAKE) clean
cd ${DIR_HDF} && $(MAKE) clean
cd ${DIR_CDFC} && $(MAKE) clean
cd ${DIR_CDFF} && $(MAKE) clean
endif
##########################################################
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment