fix names

This commit is contained in:
2024-06-20 12:06:18 +03:00
parent 8693e10979
commit 43a07debde
9 changed files with 18 additions and 20 deletions

View File

@@ -1,7 +1,8 @@
# Must match package name in Cargo.toml
PLUGIN_NAME=example_rust
# `target` or `debug`
TYPE=target
# `release` or `debug`
TYPE=release
build: $(PLUGIN_DIR)/$(PLUGIN_NAME).dim
$(PLUGIN_DIR)/$(PLUGIN_NAME).dim: $(OBJECT_DIR)/$(PLUGIN_NAME)/$(TYPE)/lib$(PLUGIN_NAME).so