summaryrefslogtreecommitdiff
path: root/tools/llee/Makefile
blob: cbaf896f6ababfe0bba68112eb9dad0a10fedd2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LEVEL = ../..
LIBRARYNAME = execve
SHARED_LIBRARY = 1
include $(LEVEL)/Makefile.common

all:: llee

llee: $(DESTTOOLCURRENT)/llee

$(DESTTOOLCURRENT)/llee: Makefile
	echo exec env LD_PRELOAD=$(DESTLIBCURRENT)/execve.so $$\* > $@
	chmod u+x $@

clean::
	rm -f $(DESTTOOLCURRENT)/llee