From 8af19f762da602ef231a9420edac836d22b906f8 Mon Sep 17 00:00:00 2001 From: Ryan D McGuire Date: Wed, 27 Nov 2024 16:07:35 -0500 Subject: [PATCH] adjust makefile all target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 762753a..f66adc5 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ SED_INLINE := $(if $(IS_GNU_SED),-i '',-i) .PHONY: all schema generate build install clean # Default target -all: schema generate build +all: schema generate build install # Retrieve and prepare schema schema: