Skip to content

Commit

Permalink
Reformat Makefile for readability 🎨
Browse files Browse the repository at this point in the history
- Adjust spacing for `CC` variable in Makefile
- Improve alignment across variable definitions
  • Loading branch information
horta committed Jan 6, 2025
1 parent 4b96f6d commit 34978fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
CC ?= gcc

CC ?= gcc
CFLAGS ?= -std=c11 -Wall -Wextra -O3 -MMD -MP
PREFIX ?= /usr/local
SRC = $(filter-out $(wildcard test_*.c),$(wildcard *.c))
Expand Down

0 comments on commit 34978fe

Please # to comment.