Changed makefile

This commit is contained in:
Rasmus Rasmussen 2025-03-27 18:11:50 +01:00
parent 35cd28b6be
commit 2ec206b5bb

View File

@ -1,7 +1,7 @@
# Makefile for hello.c
CC = g++
CFLAGS = -O2 -Wanalyzer-malloc-leak
CFLAGS = -O2 -Wall -g
SRC_DIR = src
BUILD_DIR = build