ajout des builtins pwd cd et export
This commit is contained in:
2
Makefile
2
Makefile
@@ -27,7 +27,7 @@ SRCS = main.c init.c free.c generic.c \
|
||||
lexing.c fill_token.c check_operators.c \
|
||||
parsing.c \
|
||||
valid_syntax.c valid_pipeline.c valid_command.c valid_io_redirect.c \
|
||||
env.c exit.c echo.c
|
||||
cd.c pwd.c export.c unset.c exit.c env.c echo.c
|
||||
|
||||
DIR_OBJS = builds
|
||||
OBJS = $(SRCS:%.c=$(DIR_OBJS)/%.o)
|
||||
|
||||
Reference in New Issue
Block a user