Source files of examplesΒΆ
a.cpp:
int main() {}
b.cpp:
void b() {}
c.cpp:
void c() {}
d.cpp:
void d() {}
e.cpp:
void e() {}
f.cpp:
void f() {}
g.cpp:
void g() {}
h.cpp:
void h() {}
Makefile:
_build/%.o: %.cpp
g++ -c $^ -o $@
a.cpp:
int main() {}
b.cpp:
void b() {}
c.cpp:
void c() {}
d.cpp:
void d() {}
e.cpp:
void e() {}
f.cpp:
void f() {}
g.cpp:
void g() {}
h.cpp:
void h() {}
Makefile:
_build/%.o: %.cpp
g++ -c $^ -o $@