Skip to content

Commit b80a80e

Browse files
authored
Merge pull request #134 from andgrew/find_compiler
remove compiler search
2 parents 0c20415 + b146882 commit b80a80e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grumpy-runtime-src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ GOPATH_PY_ROOT := $(GOPATH)/src/__python__
5858
PYTHONPARSER_SRCS := $(patsubst third_party/%,$(PY_DIR)/grumpy/%,$(wildcard third_party/pythonparser/*.py))
5959

6060
COMPILER_BIN := build/bin/grumpc
61-
COMPILER_SRCS := $(addprefix $(PY_DIR)/grumpy/compiler/,$(notdir $(shell find compiler -name '*.py' -not -name '*_test.py'))) $(PY_DIR)/grumpy/__init__.py
61+
COMPILER_SRCS := $(PY_DIR)/grumpy/__init__.py
6262
COMPILER_TESTS := $(patsubst %.py,grumpy/%,$(filter-out compiler/expr_visitor_test.py compiler/stmt_test.py,$(wildcard compiler/*_test.py)))
6363
COMPILER_TEST_SRCS := $(patsubst %,$(PY_DIR)/%.py,$(COMPILER_TESTS))
6464
COMPILER_SHARDED_TEST_SRCS := $(patsubst %,$(PY_DIR)/grumpy/compiler/%,expr_visitor_test.py stmt_test.py)

0 commit comments

Comments
 (0)