mirror of
https://github.com/PoetryInCode/simple-rigid-sim.git
synced 2026-08-13 11:24:39 -04:00
5 lines
141 B
Plaintext
5 lines
141 B
Plaintext
goals = bin/main.o bin/Cube.o bin/Color.o bin/Quad.o bin/Vertex.o
|
|
targets = $(patsubst bin/%.o, src/%.cpp, $(goals))
|
|
|
|
$(goals): $(targets) ;
|