remove -s from examples-compute

This commit is contained in:
Timo de Kort 2019-08-15 09:50:00 +02:00
parent a16d01460c
commit c355269465

View File

@ -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