We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b22cf commit 18bbfedCopy full SHA for 18bbfed
Makefile
@@ -85,8 +85,7 @@ $(PARSER): lib/elixir/src/elixir_parser.yrl
85
# then Mix, and then compile EEx fully
86
elixir: stdlib lib/eex/ebin/Elixir.EEx.beam mix ex_unit logger eex iex
87
88
-stdlib: $(KERNEL) VERSION
89
-$(KERNEL): lib/elixir/lib/*.ex lib/elixir/lib/*/*.ex lib/elixir/lib/*/*/*.ex
+stdlib: lib/elixir/lib/*.ex lib/elixir/lib/*/*.ex lib/elixir/lib/*/*/*.ex VERSION
90
$(Q) if [ ! -f $(KERNEL) ]; then \
91
echo "==> bootstrap (compile)"; \
92
$(ERL) -s elixir_compiler bootstrap -s erlang halt; \
0 commit comments