From 9f76544b3d75e3b12711c14bdf5e7f3591e56eda Mon Sep 17 00:00:00 2001 From: Naman Goyal <2015csb1021@iitrpr.ac.in> Date: Sun, 6 Nov 2016 13:02:08 +0530 Subject: [PATCH] makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6295fba..9fd1127 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: sim sim: - g++ -g -I include src/main.cpp src/Core.cpp src/Memory.cpp src/PipelineRegister.cpp -o ./bin/sim + g++ -g -I./include src/main.cpp src/Core.cpp src/Memory.cpp src/PipelineRegister.cpp -o ./bin/sim clean: rm -f bin/sim \ No newline at end of file