diff --git a/Makefile b/Makefile index 2c09454e..a07872b7 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ ifeq ($(BUILD),release) BUILD_FLAGS+=--release endif -DEPS = $(wildcard src/*.rs) Cargo.toml +DEPS = $(wildcard src/*.rs src/**/*.rs) Cargo.toml CARGO=$(HOME)/.cargo/bin/cargo ifeq (,$(wildcard $(CARGO)))