Révision 184 Pi/C/OpenMP/XeonPhi/Makefile

Makefile (revision 184)
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
	find . -name "*~" -exec rm {} \;
22 22

  
23 23
clean:

Formats disponibles : Unified diff