X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=Makefile;h=9c12ff48fdeafc687e840fe989cd1a54aefb40b1;hp=6ba059c64cdd0364cfb8bf42ae15ddd466e17fa3;hb=9970dfe647ff13341d32899bd5d283f119651a48;hpb=1052bfda27ad0607cd4dc5dc91e2d8e8220c30c7 diff --git a/Makefile b/Makefile index 6ba059c..9c12ff4 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,7 @@ subrecipes = setup nix-info edit_env -subrecipes += nixops ssh-eldiron ssh-backup-2 ssh-monitoring-1 -subrecipes += info debug dry-run build upload deploy deploy-reboot reboot +subrecipes += ssh-eldiron ssh-backup-2 ssh-monitoring-1 +subrecipes += debug build upload deploy deploy-reboot subrecipes += list-generations delete-generations cleanup -subrecipes += pull_deployment deployment_is_set push_deployment ${subrecipes}: @$(MAKE) --no-print-directory -C nixops/ $@ .PHONY: ${subrecipes}