mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-31 02:43:32 +00:00
4 lines
65 B
Plaintext
4 lines
65 B
Plaintext
|
CC=gcc
|
||
|
CFLAGS += -Wall -Werror -Wextra -std=c99 -pedantic -ansi
|
||
|
|