commit 2b0c7b5

hovercats  ·  2024-11-27 22:02:52 +0000 UTC
parent 9c7b482
abduco: reorder -I
1 files changed,  +1, -1
+1, -1
 1@@ -1,12 +1,12 @@
 2 cflags{
 3 	[[-D 'VERSION="0.6"']],
 4-	'-I $dir',
 5 	'-pedantic',
 6 	'-std=c99',
 7 	'-D _POSIX_C_SOURCE=200809L',
 8 	'-D _XOPEN_SOURCE=700',
 9 	'-D NDEBUG',
10 	'-Wall',
11+	'-I $dir',
12 }
13 
14 exe('abduco', {'abduco.c'})