Skip to content

Commit 71a6400

Browse files
Update GNUmakefile
1 parent 37575ba commit 71a6400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ all: default
2121

2222
default:
2323
$(MAKE) -C uSockets
24-
$(CC) -fopenmp build.c -o build
24+
$(CC) -fopenmp build.c -o build || $(CC) build.c -o build

0 commit comments

Comments
 (0)