Skip to content

Commit

Permalink
deps.mk is now written to VASQ_OBJ_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
nickeldan committed Aug 22, 2022
1 parent 45af64a commit c028721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ VASQ_OBJECT_FILES := $(patsubst $(VASQ_DIR)/source/%.c,$(VASQ_OBJ_DIR)/%.o,$(VAS
VASQ_HEADER_FILES := $(wildcard $(VASQ_DIR)/include/vasq/*.h)
VASQ_INCLUDE_FLAGS := -I$(VASQ_DIR)/include

VASQ_DEPS_FILE := $(VASQ_DIR)/deps.mk
VASQ_DEPS_FILE := $(VASQ_OBJ_DIR)/deps.mk
DEPS_FILES += $(VASQ_DEPS_FILE)

BUILD_DEPS ?= $(if $(MAKECMDGOALS),$(subst clean,,$(MAKECMDGOALS)),yes)
Expand Down

0 comments on commit c028721

Please sign in to comment.