Update Makefile

This commit is contained in:
Sateallia 2024-02-25 13:57:48 -08:00
parent d8eb0617f6
commit f55645c7a7

View File

@ -1,5 +1,5 @@
CC=gcc CC=gcc
CFLAGS=-Wall -O2 CFLAGS=-Wall -Wextra -Wpedantic -O2 -std=c99
LDFLAGS=-lm LDFLAGS=-lm
ifndef VERBOSE ifndef VERBOSE