X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/aaf2ef477a8130dece4989e33ceb31706cb122de..c9c9afbd2a24d9e7771636bd391de0c2c0271529:/Makefile

diff --git a/Makefile b/Makefile
index f142b37..a4ccf17 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,6 @@ CC := gcc
 CXX := g++
 
 CPPFLAGS += -I $(SIMGRID_INSTALL_DIR)/include
-CPPFLAGS += -D XBT_LOG_OLD_STYLE
 CPPFLAGS += $(CHECK_FLAGS)
 
 #CFLAGS += -std=c99
@@ -55,7 +54,7 @@ TARGETS := $(DEFAULT_TARGETS)	\
 XML_FILES =						\
 	Dep.xml  Plat.xml				\
 	platform.xml deployment.xml simple_async.xml	\
-	cluster1000.xml
+	cluster1000.xml machines1000.xml
 
 XML_DEV_FILES = $(XML_FILES:%.xml=%_dev.xml)