From e7c239cd0c563b88bf3beff73fdbecb640041693 Mon Sep 17 00:00:00 2001 From: radhitya Date: Tue, 21 Jan 2025 21:50:00 +0700 Subject: [PATCH] hmm make file --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index d894105..41da9b5 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ cc= cc -cflags = -Wall -Wextra -std=c99 -pedantic +cflags = -os -Wall -Wextra -std=c99 -pedantic src= main.c out= daisy