1
0
forked from Yadciel/c_tray

added c99 standard and pedantic flag

This commit is contained in:
Serge A. Zaitsev
2017-01-09 15:52:54 +02:00
parent 8a49d742e3
commit fd9f32ba1f

View File

@@ -10,7 +10,7 @@ else ifeq ($(shell uname -s),Darwin)
endif
CFLAGS := -g -Wall $(TRAY_CFLAGS) -Wall -Wextra
CFLAGS := -g -Wall $(TRAY_CFLAGS) -Wall -Wextra -std=c99 -pedantic
LDFLAGS := -g $(TRAY_LDFLAGS)
all: example