diff options
| author | the lemons <citrons@mondecitronne.com> | 2023-02-07 22:43:58 -0600 |
|---|---|---|
| committer | the lemons <citrons@mondecitronne.com> | 2023-02-07 22:44:05 -0600 |
| commit | 4a3429a96b5b5ea7468540349aeb4535d5738053 (patch) | |
| tree | 41cb9eb453074cd68ec9ea1af548a799c1ae8500 /Makefile | |
| parent | 720f98b8ab509ae410840838b25a0e0337e50c92 (diff) | |
create evilizer
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 $@ $< |
