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 37575ba commit 71a6400Copy full SHA for 71a6400
GNUmakefile
@@ -21,4 +21,4 @@ all: default
21
22
default:
23
$(MAKE) -C uSockets
24
- $(CC) -fopenmp build.c -o build
+ $(CC) -fopenmp build.c -o build || $(CC) build.c -o build
0 commit comments