1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

Made sure that parallel-building the regression-tests doesn't start a test before all of the directories are clean.

This commit is contained in:
Greg King 2014-12-18 14:30:35 -05:00
parent 244eeedcfc
commit 1a0a872bd6

View File

@ -33,6 +33,8 @@ $(WORKDIR):
$(WORKDIR)/bdiff$(EXE): bdiff.c | $(WORKDIR)
$(CC) -O2 -o $@ $<
.NOTPARALLEL:
dotests: mostly-clean continue
continue: $(WORKDIR)/bdiff$(EXE)