mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 23:04:07 +00:00
remove -s from examples-compute
This commit is contained in:
parent
a16d01460c
commit
c355269465
4
Makefile
4
Makefile
@ -46,9 +46,9 @@ else
|
||||
endif
|
||||
endif
|
||||
|
||||
.PHONY: all check test doc clear lib-native lib-remote examples-compute example-triangle example-remote
|
||||
.PHONY: all check test doc clear lib-native lib-remote example-compute example-triangle example-remote
|
||||
|
||||
all: examples-compute example-triangle example-remote
|
||||
all: example-compute example-triangle example-remote
|
||||
|
||||
check:
|
||||
cargo check --all
|
||||
|
Loading…
Reference in New Issue
Block a user