mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 20:51:00 +01:00
Rename Makefile -> local.mk
This commit is contained in:
parent
4a2ec9c659
commit
e0234dfddc
17 changed files with 16 additions and 16 deletions
7
src/nix-env/local.mk
Normal file
7
src/nix-env/local.mk
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
PROGRAMS += nix-env
|
||||
|
||||
nix-env_DIR := $(d)
|
||||
|
||||
nix-env_SOURCES := $(wildcard $(d)/*.cc)
|
||||
|
||||
nix-env_LIBS = libexpr libmain libstore libutil libformat
|
||||
Loading…
Add table
Add a link
Reference in a new issue