From e694b710f5c1037c9759b17f642b02217526657a Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Tue, 8 Jan 2019 09:19:46 +0100 Subject: [PATCH] Set build as default --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index ccbad3f..07f8828 100644 --- a/Makefile.in +++ b/Makefile.in @@ -6,7 +6,7 @@ else LIGIER := "JLigier" endif -default: start +default: build build: pip install -Ur requirements.txt -- GitLab