Skip to content

Commit

Permalink
Prevent buggy parallel build
Browse files Browse the repository at this point in the history
lazyk fails to build with -j6 on my system for some reason. There aren't many sources to compile, so the speed loss is tiny.
  • Loading branch information
NyanCatTW1 authored Dec 27, 2020
1 parent 4747fb4 commit cc2c6d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vendor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ACME_CHEF := Acme-Chef-1.03
SPL := spl-1.2.1
LOCAL := $(CURDIR)/local

.NOTPARALLEL:
all: $(LOCAL)/bin/lci $(LOCAL)/bin/npiet $(LOCAL)/bin/cfunge $(LOCAL)/bin/compilechef $(LOCAL)/bin/lazyk $(LOCAL)/bin/spl2c $(LOCAL)/bin/Vlt.exe

$(LOCAL)/bin/lci:
Expand Down

0 comments on commit cc2c6d9

Please sign in to comment.