mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
ea8faf8e9a
Looks a little nicer when you check the generated sources.
6 lines
121 B
Makefile
6 lines
121 B
Makefile
%.gen.hh: %
|
|
@echo 'R"__NIX_STR(' >> $@.tmp
|
|
$(trace-gen) cat $< >> $@.tmp
|
|
@echo ')__NIX_STR"' >> $@.tmp
|
|
@mv $@.tmp $@
|