nix-gh/src/nix-env/Makefile
2013-11-25 15:25:13 +00:00

8 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