redirect #17

Merged
cromer merged 22 commits from redirect into master 2021-07-27 23:36:31 -04:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1477bc8598 - Show all commits

View File

@ -1,5 +1,5 @@
CC=clang
CFLAGS=-Wall -Isrc/include -std=c11
CFLAGS=-Wall -Isrc/include -g -std=c11
LDFLAGS=
FILENAME=myshellin
SRC=src/myshellin.c src/loop.c src/console_line.c src/array.c src/builtins.c src/launch.c src/utils.c src/redirect.c