Project

General

Profile

« Previous | Next » 

Revision 1895

input.Makefile: Sources: cat: Added Usage message with instructions for removing echoed make commands

View differences:

inputs/input.Makefile
133 133
catSrcs = $(bin)/cat$(if $(isXml),,_csv) $(srcs)
134 134
withCatSrcs = $(catSrcs:$(bin)/%=$(bin)/with_%) --
135 135

  
136
# Usage: `make inputs/self/cat|tail +4` (removes echoed make commands)
136 137
cat: $(addprefix cat-,$(tables)) _always ;
137 138

  
138 139
cat-%: _always

Also available in: Unified diff