nix-gh/src/nix-env/Makefile.new
2013-11-22 15:54:18 +01:00

8 lines
181 B
Makefile

PROGRAMS += nix-env
nix-env_DIR := $(here)
nix-env_SOURCES = nix-env.cc profiles.cc profiles.hh user-env.cc user-env.hh
nix-env_LIBS = libexpr libmain libstore libutil libformat