.POSIX: CFLAGS = -Wall -Werror -pedantic -Wextra -std=c11 -O0 -g msh: msh.c fstr.c err.c clean: rm -f msh *.o