Build as C99
[khatus.git] / x5 / Makefile
index 59d115b..585ca12 100644 (file)
@@ -1,5 +1,6 @@
-CFLAGS := -Wall -Wextra
-LDLIBS := -lX11
+CPPFLAGS := -D_POSIX_C_SOURCE=200809L
+CFLAGS   := -std=c99 -Wall -Wextra
+LDLIBS   := -lX11
 
 .PHONY: build clean rebuild
 
This page took 0.017567 seconds and 4 git commands to generate.