mirror of
https://github.com/lucaspalomodevelop/cpp_stuff.git
synced 2026-03-13 14:54:36 +00:00
5 lines
66 B
Makefile
5 lines
66 B
Makefile
dev: compile run
|
|
compile:
|
|
g++ -o matrix main.cpp
|
|
run:
|
|
./matrix
|