Skip to content

Commit

Permalink
Improve Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nviennot committed May 7, 2021
1 parent ee77300 commit bdb0712
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 @@ -25,7 +25,7 @@ ifeq (,$(wildcard $(CARGO)))
CARGO := cargo
endif

SRCS := $(wildcard src/*.rs) Cargo.toml
SRCS := $(wildcard src/*.rs src/**/*.rs) Cargo.toml

all: fastfreeze.tar.xz

Expand Down

0 comments on commit bdb0712

Please sign in to comment.