1
0
Fork 0
This repository has been archived on 2023-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
lesson-go_problems/2-map-in-rust/Makefile
2020-11-17 08:24:42 +05:00

5 lines
48 B
Makefile

all: main
./main
main: main.rs
rustc main.rs