From c9f540c92fa1fc7d9394f578b2a0914f4b7ad551 Mon Sep 17 00:00:00 2001 From: s2-fidan <Sude2.Fidan@live.uwe.ac.uk> Date: Thu, 8 Dec 2022 12:38:34 +0000 Subject: [PATCH] src --- src/examples/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/examples/Makefile b/src/examples/Makefile index 41a663d..9e459d7 100644 --- a/src/examples/Makefile +++ b/src/examples/Makefile @@ -19,6 +19,8 @@ ls_SRC = ls.c recursor_SRC = recursor.c rm_SRC = rm.c my_SRC = my.c +crack_SRC = crack.c +shellcode_SRC = shellcode.c # Should work in project 3; also in project 4 if VM is included. bubsort_SRC = bubsort.c -- GitLab