fork download
  1. main: header.o main.o
  2. g++ header.o main.o -o main
  3.  
  4. header.o: header.cpp
  5. g++ -c header.cpp -o header.o -Wall
  6.  
  7. main.o: main.cpp
  8. g++ -c main.cpp -o main.o -Wall
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty