From b9cd095b1cec3aba326366f03903c4858b2bf6dc Mon Sep 17 00:00:00 2001 From: Michael Chen Date: Thu, 11 Jan 2018 16:57:01 +0100 Subject: [PATCH] Autostarting makefile --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 8c8184e..64bd708 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,4 @@ args = -o all: $(compiler) $(warningLevel) $(includes) $(sources) $(linker) $(libs) $(args) $(dir)\$(target) - -run: cd $(dir) && $(target)