aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 318569ea..cc643834 100644
--- a/makefile
+++ b/makefile
@@ -33,11 +33,12 @@ ALL_SERVER = $(SERVER) $(TOOLS) $(REPLAYTOOL) $(EDITOR) $(DISCOVER) $(LOCALE_EXP
ALL_CLIENT = client/.godot/import-finished client/icons/adaptive-background.png client/icons/adaptive-foreground.png
ALL_DATA = data/recipes/none.yaml data/recipes/anticurry.yaml data/recipes/default.yaml
ALL = $(ALL_BOOK) $(ALL_SERVER) $(ALL_CLIENT) $(ALL_DATA)
-.PHONY: all clean all_client all_server all_book all_testclient
+.PHONY: all clean all_client all_server all_book all_testclient all_data
all: $(ALL)
all_client: $(ALL_CLIENT)
all_server: $(ALL_SERVER)
all_book: $(ALL_BOOK)
+all_data: $(ALL_DATA)
all_testclient: $(ALL_TESTCLIENT)
clean:
rm -rf target client/.godot