Skip to content

Commit

Permalink
Merge branch 'fix-makefile'
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed Dec 17, 2014
2 parents 0c09cbb + 5467294 commit d8293c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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 0 -name "*.ts")
JIT_SRCS=$(shell find jit -name "*.ts")

all: java tests j2me
Expand Down

0 comments on commit d8293c2

Please sign in to comment.