Skip to content
Snippets Groups Projects
Commit 7dc63bba authored by Lipari Giuseppe's avatar Lipari Giuseppe
Browse files

added a cleanall target dans la makefile

parent f917f39d
No related branches found
No related tags found
No related merge requests found
...@@ -5,3 +5,10 @@ all : ...@@ -5,3 +5,10 @@ all :
$(MAKE) -C ucb_otawa $(MAKE) -C ucb_otawa
$(MAKE) -C explo $(MAKE) -C explo
cleanall :
$(MAKE) cleanall -C initialize_RMB_LMB
$(MAKE) clean -C cache_block_id
$(MAKE) clean -C UCB_local
$(MAKE) clean -C ucb_otawa
$(MAKE) clean -C explo
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment