df0fcb35066575e1e3e460f8f4f350244cb220b4
[oota-llvm.git] / examples / Kaleidoscope / Orc / fully_lazy / Makefile
1 .PHONY: all
2 all: toy
3
4 toy: toy.cpp
5         clang++ -Wall -std=c++11 toy.cpp -g -O0 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --system-libs --libs core orcjit native` -o toy
6
7 .PHONY: clean
8 clean:
9         rm -f toy