about summary refs log blame commit diff
path: root/src/nix/local.mk
blob: c7d2d328aab5f53c571cf412b673b47e8d06fd37 (plain) (tree)
1
2
3
4
5
6
7
8
9



               
                                                              



                                                        
programs += nix

nix_DIR := $(d)

nix_SOURCES := $(wildcard $(d)/*.cc) src/linenoise/linenoise.c

nix_LIBS = libexpr libmain libstore libutil libformat

$(eval $(call install-symlink, nix, $(bindir)/nix-hash))