fix Makefile find usage for linux

This commit is contained in:
Alon Zakai 2014-12-17 13:07:22 -08:00
Родитель e565e18cbc
Коммит f3aa716d54
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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