1
0
LearningCPP/Makefile

11 lines
95 B
Makefile
Raw Permalink Normal View History

2022-10-14 09:27:47 +01:00
build:
2022-11-18 12:33:13 +00:00
g++ -c *.cpp -o *.o
g++ -o t *.o
2022-10-14 09:27:47 +01:00
run: build
./t
edit:
nano main.cpp
e: edit
r: run