diff options
Diffstat (limited to 'src/examples/Makefile')
| -rw-r--r-- | src/examples/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/examples/Makefile b/src/examples/Makefile index 8bd6ed2..6c7c09d 100644 --- a/src/examples/Makefile +++ b/src/examples/Makefile @@ -8,6 +8,16 @@ 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 lab3test1 lab3test2 lab4test1 +PROGS += create read lab3test1 lab4test1 lab3test2 args wait + +create_SRC = create.c +read_SRC = read.c +lab3test1_SRC = lab3test1.c +lab4test1_SRC = lab4test1.c +lab3test2_SRC = lab3test2.c +args_SRC = args.c +wait_SRC = wait.c + # Added test programs printf_SRC = printf.c sumargv_SRC = sumargv.c |
