From 2ff11b2cf7fae768701719507d0280fe0492888d Mon Sep 17 00:00:00 2001 From: Dm1tr1y147 Date: Thu, 22 Oct 2020 18:17:27 +0500 Subject: [PATCH] Removed autorun on make --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c74a2a6..994ff5c 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,2 @@ triangle: triangle.c $(CC) triangle.c -o triangle -Wall -Wextra - ./triangle \ No newline at end of file