Files
2019-08-16 02:06:23 +02:00

9 lines
149 B
Makefile

all: target/debug/libdouble_input.a
go run src/double.go
target/debug/libdouble_input.a: src/lib.rs Cargo.toml
cargo build
clean:
rm -rf target