6 lines
109 B
Makefile
6 lines
109 B
Makefile
|
%.gen.hh: %
|
||
|
@echo 'R"foo(' >> $@.tmp
|
||
|
$(trace-gen) cat $< >> $@.tmp
|
||
|
@echo ')foo"' >> $@.tmp
|
||
|
@mv $@.tmp $@
|