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 a89a3e3..bcfab6b 100644
--- a/src/examples/Makefile
+++ b/src/examples/Makefile
@@ -8,9 +8,10 @@ PROGS = cat cmp cp echo halt hex-dump ls mcat mcp mkdir pwd rm shell \
sumargv lab2test lab1test lab1test2 pfs pfs_reader pfs_writer dummy longrun \
child parent create-bad printf
-PROGS += create
+PROGS += create read
create_SRC = create.c
+read_SRC = read.c
# Added test programs
printf_SRC = printf.c