summaryrefslogtreecommitdiff
path: root/src/main/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/Makefile')
-rw-r--r--src/main/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/Makefile b/src/main/Makefile
index 96f4d98..09ca21e 100644
--- a/src/main/Makefile
+++ b/src/main/Makefile
@@ -15,7 +15,8 @@ LOCALDIR = main
# cette règle.
LOCALOBJS = Vector3D.o Particle.o Printable.o Element.o CurvedElement.o StraightElement.o \
CompositeElement.o Dipole.o Quadrupole.o FODO.o ElementVisitor.o Cloneable.o \
- Accelerator.o exceptions.o Stepper.o Beam.o SingleBeam.o CircularBeam.o
+ Accelerator.o exceptions.o Stepper.o Beam.o SingleBeam.o CircularBeam.o \
+ random.o Bunch.o
OBJS=$(addprefix $(BINDIR)/$(LOCALDIR)/,$(LOCALOBJS))
.PHONY = all checkdirs lib