Update makefile with my .o files
This commit is contained in:
parent
e1c759e429
commit
d600f51a3a
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -4,11 +4,13 @@ CXXLIBS=-lGL -lGLU -lglut
|
||||||
|
|
||||||
# In `TARGET`, list the names of the `main_[stuff].cpp` you'd like to compile
|
# In `TARGET`, list the names of the `main_[stuff].cpp` you'd like to compile
|
||||||
# into a `[stuff].bin`.
|
# into a `[stuff].bin`.
|
||||||
TARGETS=glut
|
TARGETS=glut ball
|
||||||
|
|
||||||
OBJS=Implicit.o \
|
OBJS=Implicit.o \
|
||||||
common_structures.o \
|
common_structures.o \
|
||||||
Mesh.o \
|
Mesh.o \
|
||||||
|
spheroid.o \
|
||||||
|
Ball.o \
|
||||||
util/ObjParser.o \
|
util/ObjParser.o \
|
||||||
MarchingCubes.o \
|
MarchingCubes.o \
|
||||||
_gen/marching_cubes_data.o \
|
_gen/marching_cubes_data.o \
|
||||||
|
|
Loading…
Reference in a new issue