Skip to content

Commit

Permalink
Add dependency on assets/resources
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Sep 11, 2021
1 parent 745fbd1 commit 1cd4cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -4,7 +4,7 @@ run_options := $(filter-out $@,$(MAKECMDGOALS))
.PHONY: all clean test lint chromium firefox npm dig \
compare maxcost medcost mincost modifiers record wasm

sources := $(wildcard src/* src/*/* src/*/*/* src/*/*/*/*)
sources := $(wildcard assets/resources/* src/* src/*/* src/*/*/* src/*/*/*/*)
platform := $(wildcard platform/* platform/*/*)
assets := $(wildcard submodules/uAssets/* \
submodules/uAssets/*/* \
Expand Down

0 comments on commit 1cd4cd8

Please sign in to comment.