aboutsummaryrefslogtreecommitdiff
path: root/mk/cxx-big-literal.mk
blob: 85365df8eba6ededc3f53f275148b1644f8b415c (plain)
1
2
3
4
5
%.gen.hh: %
	@echo 'R"foo(' >> $@.tmp
	$(trace-gen) cat $< >> $@.tmp
	@echo ')foo"' >> $@.tmp
	@mv $@.tmp $@