Update makefile for Perlin Noise

This commit is contained in:
Rémi Oudin 2018-02-12 17:40:21 +01:00
parent 7b14f2e5f1
commit 588ff14b33

View file

@ -11,6 +11,7 @@ OBJS=Implicit.o \
Mesh.o \ Mesh.o \
spheroid.o \ spheroid.o \
Ball.o \ Ball.o \
PerlinNoise.o \
util/ObjParser.o \ util/ObjParser.o \
MarchingCubes.o \ MarchingCubes.o \
_gen/marching_cubes_data.o \ _gen/marching_cubes_data.o \