summaryrefslogtreecommitdiff
path: root/src/main/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/Makefile')
-rw-r--r--src/main/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/Makefile b/src/main/Makefile
index c6dc1e1..8b68115 100644
--- a/src/main/Makefile
+++ b/src/main/Makefile
@@ -13,7 +13,7 @@ LOCALDIR = main
# ==> Ajouter ici les objets a compiler
# Si un objet necessite une compilation non-standard (i.e. pas de regle du style Foo.o : Foo.cc Foo.h), rajouter
# cette regle.
-LOCALOBJS = Vector3D.o Particle.o
+LOCALOBJS = Vector3D.o Particle.o Printable.o
OBJS=$(addprefix $(BINDIR)/$(LOCALDIR)/,$(LOCALOBJS))
.PHONY = lib