Changed header names to be more consistent

This commit is contained in:
2025-03-27 21:44:51 +01:00
parent 2ec206b5bb
commit 2778a490a7
9 changed files with 16 additions and 12 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Makefile for hello.c
CC = g++
CFLAGS = -O2 -Wall -g
CFLAGS = -O2
SRC_DIR = src
BUILD_DIR = build