diff options
Diffstat (limited to 'src/nix-hash/local.mk')
-rw-r--r-- | src/nix-hash/local.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/nix-hash/local.mk b/src/nix-hash/local.mk deleted file mode 100644 index 7c290ca8466e..000000000000 --- a/src/nix-hash/local.mk +++ /dev/null @@ -1,7 +0,0 @@ -programs += nix-hash - -nix-hash_DIR := $(d) - -nix-hash_SOURCES := $(d)/nix-hash.cc - -nix-hash_LIBS = libmain libstore libutil libformat |