Build as C99
[khatus.git] / x5 / Makefile
index 839a0a5..585ca12 100644 (file)
@@ -1,12 +1,13 @@
-CFLAGS := -Wall -Wextra
-LDLIBS := -lX11
+CPPFLAGS := -D_POSIX_C_SOURCE=200809L
+CFLAGS   := -std=c99 -Wall -Wextra
+LDLIBS   := -lX11
 
 .PHONY: build clean rebuild
 
 build: khatus
 
 clean:
-       @rm -f khatus
+       @ find . -type f -executable -delete
 
 rebuild:
        @$(MAKE) -s clean
This page took 0.025242 seconds and 4 git commands to generate.