From 7fd1f1eb0aab4d52852fc4f5e83eafc991f9a627 Mon Sep 17 00:00:00 2001 From: Robert Morris Date: Fri, 31 May 2019 12:43:20 -0400 Subject: exec compiles but argstr() doesn't work yet --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6c3df2b..abd819e 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,9 @@ OBJS = \ sleeplock.o \ file.o \ pipe.o \ - ramdisk.o + ramdisk.o \ + exec.o \ + sysfile.o XXXOBJS = \ bio.o\ -- cgit v1.2.3