Refactor "RUST_SOURCES" variable in Makefile
This commit is contained in:
parent
d231859fe2
commit
9aba9942f6
1 changed files with 1 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -21,9 +21,7 @@ CFLAGS := \
|
||||||
HEADERS := \
|
HEADERS := \
|
||||||
rust_src/include/rust_src.h
|
rust_src/include/rust_src.h
|
||||||
|
|
||||||
RUST_SOURCES := \
|
RUST_SOURCES := $(shell find rust_src/src/ -regex '.*\.rs$$')
|
||||||
rust_src/src/lib.rs \
|
|
||||||
rust_src/src/ffi_raylib.rs
|
|
||||||
|
|
||||||
all: dist/my_project.html
|
all: dist/my_project.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue