From a6f35fa38e141eb53da593a687e64737543f3d66 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 21 Feb 2022 19:44:37 +0100 Subject: [PATCH] update makefile rules --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 015e70b..8b61d9b 100644 --- a/Makefile +++ b/Makefile @@ -24,4 +24,4 @@ clean: doctrine-migration: PHP=$(PHP_BIN) ./bin/doctrine-migrate -build: js-routing asset +build: clean js-routing asset