Switched to Filelist.<name>.mk files
This commit is contained in:
parent
fd646bda95
commit
c3626fc59e
42 changed files with 456 additions and 399 deletions
23
Filelist.sh.mk
Normal file
23
Filelist.sh.mk
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
SRC_FILES = \
|
||||
env \
|
||||
ft_cmd \
|
||||
ft_echo \
|
||||
ft_exit \
|
||||
ft_pwd \
|
||||
main \
|
||||
node/node \
|
||||
operation/ft_classic_op \
|
||||
operation/ft_hard_op \
|
||||
signal_handler \
|
||||
|
||||
GEN_FILES = \
|
||||
src/hashmap/env/env \
|
||||
src/hashmap/env/env_iter \
|
||||
src/hashmap/env/env_utils \
|
||||
src/vec/ast/ast \
|
||||
src/vec/ast/ast_functions2 \
|
||||
src/vec/ast/ast_functions3 \
|
||||
src/vec/str/str \
|
||||
src/vec/str/str_functions2 \
|
||||
src/vec/str/str_functions3 \
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue