diff options
author | Luca Bruno <lucabru@src.gnome.org> | 2015-04-22T12·21+0000 |
---|---|---|
committer | Luca Bruno <lucabru@src.gnome.org> | 2015-04-22T15·08+0000 |
commit | ab2b3d666821cbcc7a3ece71b664c2d45f87f8c9 (patch) | |
tree | 2b15f99ec5377a61b5e841bf22b541a18bc546f6 /Makefile | |
parent | 4d652875bdd87c3f1aa08111c63c0719f1ee0c1a (diff) |
nix-collect-garbage: translate to C++
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index d8d4a7cc5768..fe2e88a995aa 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ makefiles = \ src/nix-instantiate/local.mk \ src/nix-env/local.mk \ src/nix-daemon/local.mk \ + src/nix-collect-garbage/local.mk \ src/download-via-ssh/local.mk \ src/nix-log2xml/local.mk \ src/bsdiff-4.3/local.mk \ |