4 lines
40 B
Makefile
4 lines
40 B
Makefile
templ:
|
|
rm templ
|
|
g++ -o templ main.cpp
|
templ:
|
|
rm templ
|
|
g++ -o templ main.cpp
|