mirror of
https://github.com/lucaspalomodevelop/cpp_stuff.git
synced 2026-03-13 06:49:37 +00:00
5 lines
60 B
Makefile
5 lines
60 B
Makefile
dev: compile run
|
|
compile:
|
|
g++ -o fib main.cpp
|
|
run:
|
|
./fib
|