git

My personal website source code
Log | Files | Refs | Submodules | README | LICENSE

commit e08da38b1f0456fc2a08467dfd0b52e01493cf5e
parent 77bf2949baacf11a7189b81c93f869f8a2ee22e2
Author: Luís Ferreira <[email protected]>
Date:   Thu, 30 Sep 2021 18:34:39 +0100

make: rename full target to full-build to be more explicit

Signed-off-by: Luís Ferreira <[email protected]>

Diffstat:
MMakefile | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,11 +1,10 @@ build: build-static build-hugo postscript-build +full-build: clean build serve: build-static serve-hugo clean: rm -rf public/ -full: clean build - build-static: git submodule update --init --recursive ./static/generate.sh