mirror of
https://github.com/lucaspalomodevelop/cpp_stuff.git
synced 2026-03-12 22:47:22 +00:00
5 lines
68 B
Makefile
5 lines
68 B
Makefile
dev: compile run
|
|
compile:
|
|
g++ -o program main.cpp
|
|
run:
|
|
./program
|