From 43fdc72bae661d72e1857b9215cb5be9c732c97b Mon Sep 17 00:00:00 2001
From: Georges Da Costa <dacosta@irit.fr>
Date: Wed, 17 Mar 2021 20:35:09 +0100
Subject: [PATCH] corrects the usage of .h files in the makefile at the wrong
 place

---
 makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makefile b/makefile
index 1ff338f..759677e 100644
--- a/makefile
+++ b/makefile
@@ -1,6 +1,6 @@
 all: mojitos
 
-OBJECTS = mojitos.o counters_individual.o counters.h rapl.o rapl.h network.h network.o  load.o infiniband.o
+OBJECTS = mojitos.o counters_individual.o counters.h rapl.o network.o load.o infiniband.o
 
 mojitos:$(OBJECTS) counters_option.h
 	gcc $(DEBUG) -O3 -Wall -o mojitos $(OBJECTS) -lpowercap
-- 
GitLab