@@ -0,0 +1,12 @@
all: shell
shell:
gcc -std=c99 -Wall -pedantic main.c scanner.c shell.c cmd.c -o shell
bonus:
gcc -std=c99 -Wall -DEXT_PROMPT -pedantic main.c scanner.c shell.c cmd.c -o shell
clean:
rm -f *~
rm -f *.o
rm -f shell
The note is not visible to the blocked user.