From 95f112f827ffef5605c384b86a9d718c74e9bbbc Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Sun, 27 Oct 2019 21:14:25 +0100 Subject: ... --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3fccb34..b14b123 100644 --- a/Makefile +++ b/Makefile @@ -113,7 +113,7 @@ run_db_node: build $(ERL_EXEC) $(ERL_NAME_VS_SNAME) db_node -run db_node start run_query_node: build $(YAWS_CONFIG_FILE) - $(YAWS_EXEC) --conf $(YAWS_CONFIG_FILE) + $(YAWS_EXEC) --conf $(YAWS_CONFIG_FILE) clean: # Preprocessor @@ -152,6 +152,7 @@ $(PREPROCESSED_FILES): %: %.m4 .PHONY $(OPTIONAL_DIRS): %: mkdir -p $@ +# [TODO][IMPORTANT] Handle 'include' directives. $(ERL_BIN_FILES): $(BIN_DIR)/%.beam: $(SRC_DIR)/%.erl mkdir -p $(dir $@) $(ERLC_EXEC) -o $(dir $@) $< -- cgit v1.2.3-70-g09d2