2022-11-03 17:37:17 +01:00

5 lines
60 B
Makefile

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