aboutsummaryrefslogtreecommitdiffstats
path: root/tools/jello/Makefile
blob: 4653e1ad7b9b8827d7b631649ba054a8a2fd5d87 (plain)
1
2
3
4
5
6
7
8
9
10
LEVEL = ../..
TOOLNAME = jello
USEDLIBS = bcreader vmcore codegen x86 support.a target.a

# Have gcc tell the linker to export symbols from the program so that
# dynamically loaded modules can be linked against them.
#
TOOLLINKOPTS = -ldl

include $(LEVEL)/Makefile.common