1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-04-25 03:36:04 +00:00

Older versions of GCC wants C99 to be explicit.

This commit is contained in:
Lars Brinkhoff
2019-04-11 08:16:55 +02:00
parent cb6d9f2356
commit f231c79ab6

View File

@@ -1,6 +1,6 @@
LIBS = `pkg-config --libs gtk+-3.0`
CFLAGS = `pkg-config --cflags gtk+-3.0`
CFLAGS = -std=c99 `pkg-config --cflags gtk+-3.0`
all: tek4010