Project

General

Profile

« Previous | Next » 

Revision 515

input.Makefile: Fixed verify by making %.out: % rule use %.make instead

View differences:

inputs/input.Makefile
35 35

  
36 36
remake: _always clean all ;
37 37

  
38
%.out: % _always
38
%.out: %.make _always
39 39
	./$* >$@
40 40
.PRECIOUS: %.out
41 41

  

Also available in: Unified diff