1
1
Fork 0
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:
Eelco Dolstra 2014-01-30 12:11:06 +01:00
parent 4a2ec9c659
commit e0234dfddc
17 changed files with 16 additions and 16 deletions

7
src/nix-env/local.mk Normal file
View 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