summaryrefslogtreecommitdiffstats
path: root/src/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/Makefile')
-rw-r--r--src/examples/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/examples/Makefile b/src/examples/Makefile
index 986e492..5517532 100644
--- a/src/examples/Makefile
+++ b/src/examples/Makefile
@@ -4,7 +4,7 @@ SRCDIR = ..
# To add a new test, put its name on the PROGS list
# and then add a name_SRC line that lists its source files.
PROGS = cat cmp cp echo halt hex-dump ls mcat mcp mkdir pwd rm shell \
- bubsort insult lineup matmult recursor \
+ bubsort insult lineup matmult recursor recursor_ng \
sumargv lab2test lab1test lab1test2 pfs pfs_reader pfs_writer dummy longrun \
child parent create-bad printf
@@ -34,6 +34,7 @@ insult_SRC = insult.c
lineup_SRC = lineup.c
ls_SRC = ls.c
recursor_SRC = recursor.c
+recursor_ng_SRC = recursor_ng.c
rm_SRC = rm.c
# Should work in project 3; also in project 4 if VM is included.