Project

General

Profile

« Previous | Next » 

Revision 423

Makefiles: Added remake target to run clean and all

View differences:

Makefile
17 17
clean: _always
18 18
	$(RM) $(all)
19 19

  
20
remake: _always clean all ;
21

  
20 22
%:: %.make
21 23
	./$< >$@
22 24
.PRECIOUS: %

Also available in: Unified diff