feat: implemented pipes and redirects + background operator
This commit is contained in:
2
Makefile
2
Makefile
@@ -4,7 +4,7 @@ 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
|
||||
gcc -std=c99 -Wall -DEXT_PROMPT -pedantic main.c scanner.c shell.c cmd.c -o shell -lreadline
|
||||
|
||||
clean:
|
||||
rm -f *~
|
||||
|
||||
Reference in New Issue
Block a user