added c11 version to CFLAGS

This commit is contained in:
Václav Šmejkal 2022-06-11 17:46:59 +02:00
parent f6d5bde413
commit eaf06a9ad0
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -1,6 +1,6 @@
# Compiler Settings
CC=cc
CFLAGS=-Wall
CFLAGS=-Wall -std=c11
# Source Code
SRC=src/lib/*.c