mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-13 01:36:15 +02:00
6f6bfc8205
Fixes #1834.
11 lines
240 B
Makefile
11 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))
|