`execve_test' is not part of LLEE.

llvm-svn: 7912
This commit is contained in:
Misha Brukman 2003-08-15 23:31:54 +00:00
parent 0298d3e6ff
commit 85f561f9ba
1 changed files with 1 additions and 1 deletions

View File

@ -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 $@