1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-09 12:03:55 +02:00

Add a Makefile for the scripts directory

This commit is contained in:
Eelco Dolstra 2013-11-25 15:05:56 +00:00
parent 1a1d8b073a
commit 962551a071
7 changed files with 93 additions and 12 deletions

View file

@ -2,9 +2,9 @@
# substitutes all @var@ variables set by the configure script).
define instantiate-template =
$(1): $(1).in
./config.status --file $(1)
clean_files += $(1)
endef
%: %.in
$(QUIET) ./config.status --quiet --file $@