Skip to content

Commit

Permalink
r/src/Makevars: Use .NOTPARALLEL.
Browse files Browse the repository at this point in the history
  • Loading branch information
MLopez-Ibanez committed Jul 29, 2024
1 parent f92ddae commit 408f3e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions r/src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ SOURCES = $(MOOCORE_SRC_FILES:%=libmoocore/%) init.c Rmoocore.c
OBJECTS = $(SOURCES:.c=.o)

.PHONY: all clean exes
.NOTPARALLEL:

all: exes $(SHLIB)

Expand Down

0 comments on commit 408f3e3

Please sign in to comment.