This repository has been archived on 2021-09-16. You can view files and clone it, but cannot push or open issues or pull requests.
msh/makefile
2021-09-15 14:39:02 +02:00

9 lines
114 B
Makefile

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