From f7112486196ec816b36a2a17f728ef7147529e9d Mon Sep 17 00:00:00 2001 From: Peter Fajdiga Date: Fri, 30 Aug 2024 17:41:24 +0200 Subject: [PATCH] Makefile: reorder lines --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4967e0d..eccae98 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -.PHONY: * - VERSION = $(shell grep '"Version":' ./package/metadata.json | grep -o '[0-9\.]*') +.PHONY: * + build: tests tsc -p ./src/main --outFile ./package/contents/code/main.js mkdir -p ./package/contents/config