summaryrefslogtreecommitdiff
path: root/src/main/Makefile
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2011-03-16 15:22:22 +0000
committerJakob Odersky <jodersky@gmail.com>2011-03-16 15:22:22 +0000
commitcd21ed5dd14012a61f83c696ab765995a4fad624 (patch)
tree209fa68eefa165c6952a9f5af323194ca6644b91 /src/main/Makefile
parentdaa40206871fde7e4bb0ce248aeee64872f5ae21 (diff)
downloadvhc-cd21ed5dd14012a61f83c696ab765995a4fad624.tar.gz
vhc-cd21ed5dd14012a61f83c696ab765995a4fad624.tar.bz2
vhc-cd21ed5dd14012a61f83c696ab765995a4fad624.zip
ajout de printable
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