Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nviennot committed Sep 10, 2021
1 parent 02c8c17 commit 2eb38c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit 2eb38c6

Please sign in to comment.