Project

General

Profile

« Previous | Next » 

Revision 423

Makefiles: Added remake target to run clean and all

View differences:

input.Makefile
32 32
clean: _always
33 33
	$(RM) $(all)
34 34

  
35
remake: _always clean all ;
36

  
35 37
%.out: % _always
36 38
	./$* >$@
37 39
.PRECIOUS: %.out

Also available in: Unified diff