mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-09 18:09:16 +00: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:
|