2 lines
46 B
Makefile
2 lines
46 B
Makefile
|
all:
|
||
|
g++ helloworld.cpp -o helloworld
|