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)