From 4b321cfe80f0bbf94f3648a9fc056ae2c19a3436 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 6 May 2021 09:04:35 +0200 Subject: Improve platform management and allow energy simulation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 70ed266..58c29a5 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SG_INC := -I ./libs/simgrid/build/include -I ./libs/simgrid/include -I libs/rapi CC := g++ -lsimgrid $(SG_INC) -L $(SG_LIBS) -$(EXEC): simulator.cc inputs.cc +$(EXEC): src/simulator.cc src/inputs.cc $(CC) $^ -o $@ run: $(EXEC) -- cgit v1.2.3