5 lines
66 B
Makefile

dev: compile run
compile:
g++ -o matrix main.cpp
run:
./matrix