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-14 19:00:19 +02:00

9 lines
101 B
Makefile

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