about summary refs log tree commit diff
path: root/src/nix-hash/Makefile
blob: 062e4d13b29ecf15d8545e9271be4378517016c7 (plain) (blame)
1
2
3
4
5
6
7
PROGRAMS += nix-hash

nix-hash_DIR := $(d)

nix-hash_SOURCES := $(d)/nix-hash.cc

nix-hash_LIBS = libmain libstore libutil libformat