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