We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503d2aa commit a22fbe0Copy full SHA for a22fbe0
Makefile.am
@@ -4,9 +4,9 @@
4
lib_LTLIBRARIES = libBlocksRuntime.la
5
include_HEADERS = Block.h Block_private.h
6
7
-libBlocksRuntime_la_CFLAGS = -stg=c99 -Wall -Wextra -W -pedantic
+libBlocksRuntime_la_CFLAGS = -std=c99 -Wall -Wextra -W -pedantic
8
9
-libBlocksRuntime_la_SOURCES = runtime.c data.c
+libBlocksRuntime_la_SOURCES = runtime.c data.c config2.h
10
11
check_PROGRAMS = blockrt-test
12
0 commit comments