aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/llee/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llee/Makefile b/tools/llee/Makefile
index aabbed635b..b39129829d 100644
--- a/tools/llee/Makefile
+++ b/tools/llee/Makefile
@@ -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 $@