diff options
| author | Felipe Boeira <felipe.boeira@liu.se> | 2021-02-25 12:34:59 +0100 |
|---|---|---|
| committer | Felipe Boeira <felipe.boeira@liu.se> | 2021-02-25 12:34:59 +0100 |
| commit | 5815abfbc4156845794b3bd648408255b4a8cbfd (patch) | |
| tree | 811329a398556cceb78d455e5b4d17b955d6a835 /src/examples | |
| parent | 78ed0e1341610574f4ea3a08d9233569e6258bd2 (diff) | |
| download | pintos-5815abfbc4156845794b3bd648408255b4a8cbfd.tar.gz | |
Update Makefile
Diffstat (limited to 'src/examples')
| -rw-r--r-- | src/examples/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/examples/Makefile b/src/examples/Makefile index fa71f5a..8bd6ed2 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 lab3test1 lab3test2 + child parent create-bad printf lab3test1 lab3test2 lab4test1 # Added test programs printf_SRC = printf.c @@ -16,6 +16,7 @@ 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 |
