diff --git a/Makefile b/Makefile index 90a4e64..530bec7 100644 --- a/Makefile +++ b/Makefile @@ -21,9 +21,7 @@ CFLAGS := \ HEADERS := \ rust_src/include/rust_src.h -RUST_SOURCES := \ - rust_src/src/lib.rs \ - rust_src/src/ffi_raylib.rs +RUST_SOURCES := $(shell find rust_src/src/ -regex '.*\.rs$$') all: dist/my_project.html