1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-07 01:21:00 +01:00

Makefile cleanup

This commit is contained in:
Eelco Dolstra 2020-03-30 16:50:13 +02:00
parent 3e7aab81ce
commit d15d91cad1
2 changed files with 2 additions and 5 deletions

View file

@ -38,4 +38,4 @@ tests-environment = NIX_REMOTE= $(bash) -e
clean-files += $(d)/common.sh $(d)/config.nix
installcheck: $(d)/common.sh $(d)/plugins/libplugintest.$(SO_EXT) $(d)/config.nix
installcheck: $(d)/common.sh $(d)/config.nix $(d)/plugins/libplugintest.$(SO_EXT)