From 05a7de5f61ed667fd01d9ff67a14e70b11f45cbf Mon Sep 17 00:00:00 2001 From: stitchy Date: Wed, 15 Nov 2023 11:48:20 +0000 Subject: [PATCH] rebase --- smallsh/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smallsh/makefile b/smallsh/makefile index 27130ea..1065191 100644 --- a/smallsh/makefile +++ b/smallsh/makefile @@ -11,7 +11,7 @@ input.o: input.h input.c $(CC) -c input.c -o input.o test: all - ./p3testscript + ./p3testscript 2>&1 clean: rm -fr *.o vgcore.* $(output)