summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2023-02-07 22:43:58 -0600
committerthe lemons <citrons@mondecitronne.com>2023-02-07 22:44:05 -0600
commit4a3429a96b5b5ea7468540349aeb4535d5738053 (patch)
tree41cb9eb453074cd68ec9ea1af548a799c1ae8500 /Makefile
parent720f98b8ab509ae410840838b25a0e0337e50c92 (diff)
create evilizer
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 $@ $<