mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
fix compile issues with duplicate function defs
This commit is contained in:
parent
00f27ae05c
commit
0d4edd4809
2 changed files with 3 additions and 5 deletions
1
Makefile
1
Makefile
|
|
@ -50,7 +50,6 @@ srcs = \
|
|||
src/parser/wordlist/wordlist_copy.c \
|
||||
src/parser/wordlist/wordlist_debug.c \
|
||||
src/parser/wordlist/wordlist_idx.c \
|
||||
src/parser/wordlist/wordlist_debug.c \
|
||||
src/parser/wordlist/wordlist_quicksort.c \
|
||||
src/parser/wordlist/wordlist_utils.c \
|
||||
src/parser/wordsplit/rule_utils.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue