Update makefile with my .o files

This commit is contained in:
Rémi Oudin 2018-02-12 01:27:16 +01:00
parent e1c759e429
commit d600f51a3a

View file

@ -4,11 +4,13 @@ CXXLIBS=-lGL -lGLU -lglut
# In `TARGET`, list the names of the `main_[stuff].cpp` you'd like to compile
# into a `[stuff].bin`.
TARGETS=glut
TARGETS=glut ball
OBJS=Implicit.o \
common_structures.o \
Mesh.o \
spheroid.o \
Ball.o \
util/ObjParser.o \
MarchingCubes.o \
_gen/marching_cubes_data.o \