forked from lix-project/lix
6f6bfc8205
Fixes #1834.
12 lines
240 B
Makefile
12 lines
240 B
Makefile
programs += nix
|
|
|
|
nix_DIR := $(d)
|
|
|
|
nix_SOURCES := $(wildcard $(d)/*.cc) $(wildcard src/linenoise/*.cpp)
|
|
|
|
nix_LIBS = libexpr libmain libstore libutil libformat
|
|
|
|
nix_LDFLAGS = -pthread
|
|
|
|
$(eval $(call install-symlink, nix, $(bindir)/nix-hash))
|