home
/
code
/
khatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61e033f
)
Build as C99
author
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 16 Mar 2020 20:25:47 +0000
(16:25 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 16 Mar 2020 20:25:47 +0000
(16:25 -0400)
x5/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/x5/Makefile
b/x5/Makefile
index
59d115b
..
585ca12
100644
(file)
--- a/
x5/Makefile
+++ b/
x5/Makefile
@@
-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.026035 seconds
and
4
git commands to generate.