From 2eb38c6b0f80fef2b8f45e53760cb1a4b167c8ef Mon Sep 17 00:00:00 2001 From: Nicolas Viennot Date: Fri, 10 Sep 2021 14:31:17 +0000 Subject: [PATCH] Fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))