forked from lix-project/lix
8 lines
173 B
Makefile
8 lines
173 B
Makefile
|
PROGRAMS += nix-instantiate
|
||
|
|
||
|
nix-instantiate_DIR := $(here)
|
||
|
|
||
|
nix-instantiate_SOURCES = nix-instantiate.cc
|
||
|
|
||
|
nix-instantiate_LIBS = libexpr libmain libstore libutil libformat
|