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.
9 lines
405 B
9 lines
405 B
make --dry-run --always-make --keep-going --print-directory
|
|
make: Entering directory `/Users/malanone/SAE2.02/sae2.02-1'
|
|
g++ -std=c++17 -Wall -c src/Contact.cpp -o obj/Contact.o
|
|
g++ -std=c++17 -Wall -c src/Personne.cpp -o obj/Personne.o
|
|
g++ -std=c++17 -Wall -c src/main.cpp -o obj/main.o
|
|
g++ obj/Contact.o obj/Personne.o obj/main.o -o bin/exe
|
|
make: Leaving directory `/Users/malanone/SAE2.02/sae2.02-1'
|
|
|