зеркало из https://github.com/mozilla/pluotsorbet.git
fix Makefile find usage for linux
This commit is contained in:
Родитель
e565e18cbc
Коммит
f3aa716d54
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
.PHONY: all test tests j2me java certs app clean
|
||||
BASIC_SRCS=$(shell find . -name "*.ts" -d 1)
|
||||
BASIC_SRCS=$(shell find . -maxdepth 1 -name "*.ts")
|
||||
JIT_SRCS=$(shell find jit -name "*.ts")
|
||||
|
||||
all: java tests j2me
|
||||
|
|
Загрузка…
Ссылка в новой задаче