Project

General

Profile

« Previous | Next » 

Revision 1604

input.Makefile: All targets can be specified with an optional trailing slash. This enables using tab completion to complete a target name which is also a subdir name, since tab completion appends a trailing slash.

View differences:

input.Makefile
71 71
%.out: %.make _always
72 72
	./$* >$@
73 73

  
74
%/: % _always ;
75

  
74 76
##### SVN
75 77

  
76 78
add: _always
......
179 181
# don't abort on import errors, which often relate to invalid input data
180 182

  
181 183
import: $(addprefix import-,$(tables)) _always ;
182
import/: import _always ;
183 184

  
184 185
import-%: maps/VegBIEN.%.csv _always
185 186
	$(import)
......
200 201
##### Verification of import
201 202

  
202 203
verify: $(addprefix verify-,$(tables)) _always ;
203
verify/: verify _always ;
204 204

  
205 205
verify-%: verify/%.ref verify/%.out _always
206 206
	-$(diffVerbose) $(+_)

Also available in: Unified diff