From 3f13e5e29ccf6605056adeb8b4bdf5415933a784 Mon Sep 17 00:00:00 2001 From: catsus Date: Mon, 10 Oct 2022 13:51:28 +0200 Subject: [PATCH] Added flags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8aebf3c..2a0780a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ GCC=/usr/bin/gcc -FLAGS= +FLAGS=-Wall -pedantic TARGET=adv OBJ=adv.o