mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 03:43:16 +09:00
8 lines
135 B
Makefile
8 lines
135 B
Makefile
#T commandline: ['-j3']
|
|
|
|
include $(TESTPATH)/serial-rule-execution.mk
|
|
|
|
all::
|
|
$(MAKE) -f $(TESTPATH)/parallel-simple.mk
|
|
|
|
.NOTPARALLEL:
|