all: shell doc
shell: shell.c
gcc -Wall -pedantic --extra-warnings -std=c99 -o $@ $^
doc: shell.c
doxygen Doxyfile
clean:
rm -f shell
rm -rf doc/