From f14a3ebc8a8a4aa4c10f2947d3e3ead4267d3a8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Sun, 21 Feb 2021 18:49:33 +0100 Subject: add lab3test to makefile --- src/examples/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/examples') 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 -- cgit v1.2.1