forked from lix-project/lix
8 lines
178 B
Makefile
8 lines
178 B
Makefile
PROGRAMS += nix-env
|
|
|
|
nix-env_DIR := $(d)
|
|
|
|
nix-env_SOURCES = nix-env.cc profiles.cc profiles.hh user-env.cc user-env.hh
|
|
|
|
nix-env_LIBS = libexpr libmain libstore libutil libformat
|