Révision 185 Pi/C/OpenMP/Makefile

Makefile (revision 185)
17 17
.PHONY: clean check mrproper
18 18

  
19 19
mrproper: 
20
	rm -rf $(foreach TVAR,$(TVARS),$(foreach TRND,$(MARSAGLIA),$(<:.c=)_$(TVAR)_$(TRND) ) )
20
	rm -rf $(foreach SRC,$(SOURCE),$(foreach TVAR,$(COMPUTING),$(foreach TRND,$(MARSAGLIA),$(SRC:.c=)_$(TVAR)_$(TRND) ) ) )
21 21

  
22 22
	find . -name "*~" -exec rm {} \;
23 23

  

Formats disponibles : Unified diff