diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-02-21 18:49:33 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-02-21 18:49:33 +0100 |
| commit | f14a3ebc8a8a4aa4c10f2947d3e3ead4267d3a8c (patch) | |
| tree | de5782cbb0c7b4de4e6045d03e33523883469eca /src/examples/Makefile | |
| parent | 495d3cf2bdf5e1ce0654f37a3d983d55e098964d (diff) | |
| download | pintos-f14a3ebc8a8a4aa4c10f2947d3e3ead4267d3a8c.tar.gz | |
add lab3test to makefile
Diffstat (limited to 'src/examples/Makefile')
| -rw-r--r-- | src/examples/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/examples/Makefile b/src/examples/Makefile index bcfab6b..eee4bdd 100644 --- a/src/examples/Makefile +++ b/src/examples/Makefile @@ -8,10 +8,12 @@ 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 read +PROGS += create read lab3test1 lab3test2 create_SRC = create.c read_SRC = read.c +lab3test1_SRC = lab3test1.c +lab3test2_SRC = lab3test2.c # Added test programs printf_SRC = printf.c |
