summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/examples/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/examples/Makefile b/src/examples/Makefile
index 515bb74..6c7c09d 100644
--- a/src/examples/Makefile
+++ b/src/examples/Makefile
@@ -6,7 +6,7 @@ SRCDIR = ..
PROGS = cat cmp cp echo halt hex-dump ls mcat mcp mkdir pwd rm shell \
bubsort insult lineup matmult recursor recursor_ng \
sumargv lab2test lab1test lab1test2 pfs pfs_reader pfs_writer dummy longrun \
- child parent create-bad printf
+ child parent create-bad printf lab3test1 lab3test2 lab4test1
PROGS += create read lab3test1 lab4test1 lab3test2 args wait
@@ -24,6 +24,9 @@ sumargv_SRC = sumargv.c
lab2test_SRC = lab2test.c
lab1test_SRC = lab1test.c
lab1test2_SRC = lab1test2.c
+lab3test1_SRC = lab3test1.c
+lab3test2_SRC = lab3test2.c
+lab4test1_SRC = lab4test1.c
pfs_SRC = pfs.c
pfs_reader_SRC = pfs_reader.c
pfs_writer_SRC = pfs_writer.c