diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-03-16 12:19:14 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-03-16 12:19:14 +0100 |
| commit | 08b04f0cc9f44d78043c6d464c50731242481734 (patch) | |
| tree | 8cdb1f7240acd779f82581df7de9e4856518739e | |
| parent | 44cfbdda96ccde91ea1766c62f2aa4726c8decd8 (diff) | |
| parent | 5815abfbc4156845794b3bd648408255b4a8cbfd (diff) | |
| download | pintos-08b04f0cc9f44d78043c6d464c50731242481734.tar.gz | |
Merge remote-tracking branch 'upstream/master'
| -rw-r--r-- | src/examples/Makefile | 5 |
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 |
