about summary refs log tree commit diff
path: root/src/nix-collect-garbage/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix-collect-garbage/local.mk')
-rw-r--r--src/nix-collect-garbage/local.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/nix-collect-garbage/local.mk b/src/nix-collect-garbage/local.mk
deleted file mode 100644
index 02d14cf62199..000000000000
--- a/src/nix-collect-garbage/local.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-programs += nix-collect-garbage
-
-nix-collect-garbage_DIR := $(d)
-
-nix-collect-garbage_SOURCES := $(d)/nix-collect-garbage.cc
-
-nix-collect-garbage_LIBS = libmain libstore libutil libformat