blob: 1981a7a3264cb9ff32e844c70b1aedf39ecda7fe [file]
CXX_SOURCES := jitbp.cpp
include Makefile.rules
jitbp.ll: jitbp.cpp
$(CXX) -g -S -emit-llvm --target=x86_64-unknown-unknown-elf \
-o $@ $<
all: jitbp.ll
clean::
rm -f jitbp.ll