From 6a53257409686176426f08c1fcf8f91461347956 Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Mon, 16 May 2016 14:14:09 +0200 Subject: [PATCH] ajout cible de MaJ sous-modules --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 9978ca6..5442356 100644 --- a/Makefile +++ b/Makefile @@ -7,5 +7,8 @@ clean: rebuild-switch: nixos-rebuild switch +submodules-update: + git submodule update --remote + update: nixos-rebuild switch --upgrade