Jörgs Lösung für Euler 87 in Rust
This commit is contained in:
parent
044412298b
commit
b8040027c9
2 changed files with 66 additions and 1 deletions
|
@ -8,6 +8,9 @@ LDFLAGS=-lm
|
|||
|
||||
.PHONY: all
|
||||
|
||||
all: jo-so_euler87
|
||||
all: jo-so_euler87 jo-so_euler87_rust
|
||||
|
||||
jo-so_euler87:
|
||||
|
||||
jo-so_euler87_rust: jo-so_euler87.rs
|
||||
rustc -O -g -o $@ $<
|
||||
|
|
Reference in a new issue