From 7ce0e05ad875657a0fec10e192454b837146e190 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 25 Nov 2013 15:25:13 +0000 Subject: Rename Makefile.new -> Makefile --- src/nix-hash/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/nix-hash/Makefile (limited to 'src/nix-hash/Makefile') diff --git a/src/nix-hash/Makefile b/src/nix-hash/Makefile new file mode 100644 index 000000000000..462cd78d8c26 --- /dev/null +++ b/src/nix-hash/Makefile @@ -0,0 +1,7 @@ +PROGRAMS += nix-hash + +nix-hash_DIR := $(d) + +nix-hash_SOURCES = nix-hash.cc + +nix-hash_LIBS = libmain libstore libutil libformat -- cgit 1.4.1