From 915fb8305c47881142bd7a70982148ee14f8f6a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Tue, 2 Mar 2021 15:04:27 +0100 Subject: build lab4test --- src/examples/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/examples/Makefile b/src/examples/Makefile index caffa52..13c09fc 100644 --- a/src/examples/Makefile +++ b/src/examples/Makefile @@ -8,11 +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 lab3test1 lab3test2 args +PROGS += create read lab3test1 lab4test1 lab3test2 args create_SRC = create.c read_SRC = read.c lab3test1_SRC = lab3test1.c +lab4test1_SRC = lab4test1.c lab3test2_SRC = lab3test2.c args_SRC = args.c -- cgit v1.2.1