fix: args have now a env var replacement ex: 0 -> 0

This commit is contained in:
Camille Chauvet
2023-03-10 13:40:20 +01:00
parent 087a96e54b
commit 69fc4c573a
5 changed files with 2 additions and 10 deletions

View File

@ -24,7 +24,7 @@ SRCS = ${BUILTINS_SRC} \
./redirection/infile.c \
./redirection/outfile.c \
./redirection/file.c \
./parse/cmds_parse.c
./parse/parse.c
OBJS = ${SRCS:.c=.o}