mirror of
https://github.com/PoetryInCode/simple-rigid-sim.git
synced 2025-04-20 02:27:15 -04:00
5 lines
141 B
Makefile
5 lines
141 B
Makefile
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) ;
|