diff options
Diffstat (limited to 'udev/Makefile')
-rw-r--r-- | udev/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/Makefile b/udev/Makefile index ad3786e..4666b1d 100644 --- a/udev/Makefile +++ b/udev/Makefile @@ -3,7 +3,7 @@ CC := gcc INSTALL := install RM := rm # flags -CFLAGS += -O2 -Wall -Werror +CFLAGS += -std=c11 -O2 -Wall -Werror all: ykfde |