cpp_stuff/fibonacci/makefile
2022-11-02 19:17:54 +01:00

5 lines
60 B
Makefile

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