From: Jérémie Astor Date: Sat, 29 May 2021 14:00:53 +0000 (+0200) Subject: :wrench: Add utility targets [skip ci] X-Git-Tag: nightly~617 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=0a15f7246a3d39919185042a37e281f480de2c18;p=gwion.git :wrench: Add utility targets [skip ci] --- diff --git a/Makefile b/Makefile index 90fcd1c1..1aef8588 100644 --- a/Makefile +++ b/Makefile @@ -101,6 +101,19 @@ gwion-fuzz: clean_core: @rm -f core.* *vgcore.* +clean-all: + ${MAKE} -s -C libcmdapp clean + ${MAKE} -s -C fmt clean + ${MAKE} -s -C ast clean + ${MAKE} -s -C ast/libprettyerr clean + ${MAKE} -s -C util clean + ${MAKE} -s -C util/libtermcolor clean + +update: clean-all + git pull + git submodule update --recursive --init + make + .PHONY: .afl clean: clean_core