summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4345b7e..903b7e9 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,8 @@ core.c: procfs.h memview.h
memview.c: procfs.h memview.h
procfs.c: procfs.h
+evilize: evilize.o
+
.SUFFIXES: .c .o
.c.o:
$(CC) $(CFLAGS) -c -o $@ $<