Skip to content

Commit

Permalink
Update GNUmakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
uNetworkingAB authored Nov 25, 2024
1 parent 37575ba commit 71a6400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ all: default

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

0 comments on commit 71a6400

Please sign in to comment.