aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/not_gmake.mk
blob: cbc60c09f19dfe576c06174c13e81ff5faa72af4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file is included into the Makefile when
# we're *not* using GNU make. Stick to basic features.

# Rebuild every time since we don't want to list Rust source
# file dependencies.
.PHONY: yjit-static-lib
$(YJIT_LIBS): yjit-static-lib
	$(empty)

yjit-static-lib:
	$(ECHO) 'building Rust YJIT (release mode)'
	$(Q) $(RUSTC) $(YJIT_RUSTC_ARGS)

miniruby$(EXEEXT): $(YJIT_LIBS)