Skip to content

Commit a7cc318

Browse files
committed
fix: use std and generic compiler and opts in README
1 parent f50934a commit a7cc318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ int main(void) {
130130
(...)
131131

132132
#+begin_src sh
133-
clang -isystem vendor/carbon -std=c99 x.c x_test.c carbon.c -o carbon
133+
cc -I vendor/carbon -std=c99 x.c x_test.c carbon.c -o carbon
134134
#+end_src
135135

136136
** Execution

0 commit comments

Comments
 (0)