Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
SurFlurer authored Mar 6, 2023
1 parent 8fd3de4 commit 3dc5ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ $(TEST_MO): data/mods/TEST_DATA/lang/po/ru.po

MO_DEPS := \
$(wildcard lang/*.sh lang/*.py src/*.cpp src/*.h) \
$(shell find '"%p"\n' data/raw data/json data/mods data/core data/help -type f -name '*.json')
$(shell find -printf '"%p"\n' data/raw data/json data/mods data/core data/help -type f -name '*.json')

lang/mo_built.stamp: $(MO_DEPS)
$(MAKE) -C lang
Expand Down

0 comments on commit 3dc5ca4

Please sign in to comment.