Skip to content

Commit

Permalink
`execve_test' is not part of LLEE.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7912 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
mbrukman committed Aug 15, 2003
1 parent 593ece0 commit bdfb1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/llee/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SRCS = ExecveHandler.c SysUtils.c
OBJS = $(SRCS:%.c=%.o)
SO = execve.so

all: $(SO) execve_test
all: $(SO)

%.o: %.c
gcc -g -I../../include -D_GNU_SOURCE $< -c -o $@
Expand Down

0 comments on commit bdfb1d8

Please sign in to comment.