mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9 lines
135 B
Makefile
9 lines
135 B
Makefile
#T commandline: ['-j3']
|
|
|
|
include $(TESTPATH)/serial-rule-execution.mk
|
|
|
|
all::
|
|
$(MAKE) -f $(TESTPATH)/parallel-simple.mk
|
|
|
|
.NOTPARALLEL:
|