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