7 lines
154 B
Makefile
7 lines
154 B
Makefile
PROGRAMS += nix-env
|
|
|
|
nix-env_DIR := $(d)
|
|
|
|
nix-env_SOURCES = nix-env.cc profiles.cc user-env.cc
|
|
|
|
nix-env_LIBS = libexpr libmain libstore libutil libformat
|