simple-rigid-sim/Makefile
2020-05-13 15:54:11 -04:00

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) ;