diff --git a/src/examples/Makefile b/src/examples/Makefile index 41a663d610cb89d30b7aa0277a644b0f63a2c0c5..9e459d77fb5205b5907c60760009c1dd92bf6f59 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