We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fca2d0 commit a4e68fdCopy full SHA for a4e68fd
1 file changed
Makefile
@@ -24,10 +24,10 @@ endif
24
.PHONY: all no-syzygy pgo wasm x64-check checkdeps clean help
25
26
all: ## Build the engine
27
- cargo rustc --release --bin $(EXE) -- --emit link=$(NAME)
+ cargo rustc --release --bin reckless -- --emit link=$(NAME)
28
29
no-syzygy: ## Build without syzygy support
30
- cargo rustc --release --bin $(EXE) --no-default-features -- --emit link=$(NAME)
+ cargo rustc --release --bin reckless --no-default-features -- --emit link=$(NAME)
31
32
pgo: ## Build with profile-guided optimization
33
cargo pgo instrument
0 commit comments