From 3e26a1ead82a27a76b685f691a8f138c2bc98782 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 11 Sep 2022 12:19:45 -0400 Subject: [PATCH] Add missing dependency --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6b288f849..d0d0228a9 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ run_options := $(filter-out $@,$(MAKECMDGOALS)) .PHONY: all clean test lint chromium firefox npm dig mv3 \ compare maxcost medcost mincost modifiers record wasm -sources := $(wildcard assets/resources/* src/* src/*/* src/*/*/* src/*/*/*/*) +sources := $(wildcard assets/resources/* dist/version src/* src/*/* src/*/*/* src/*/*/*/*) platform := $(wildcard platform/* platform/*/* platform/*/*/*) assets := $(wildcard submodules/uAssets/* \ submodules/uAssets/*/* \