You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
558 B
12 lines
558 B
make --dry-run --always-make --keep-going --print-directory
|
|
make: Entering directory `/Users/malanone/SAE2.02/sae2.02-2'
|
|
g++ -std=c++17 -Wall -c src/Contact.cpp -o obj/Contact.o
|
|
|
|
g++ -std=c++17 -Wall -c src/Contact3.cpp -o obj/Contact3.o
|
|
g++ -std=c++17 -Wall -c src/Personne.cpp -o obj/Personne.o
|
|
g++ -std=c++17 -Wall -c src/Personne3.cpp -o obj/Personne3.o
|
|
g++ -std=c++17 -Wall -c src/main.cpp -o obj/main.o
|
|
g++ obj/Contact.o obj/Contact3.o obj/Personne.o obj/Personne3.o obj/main.o -o bin/exe
|
|
make: Leaving directory `/Users/malanone/SAE2.02/sae2.02-2'
|
|
|