Changed Grammar
This commit is contained in:
parent
b0da66b7d8
commit
fbb9977f4a
2132 changed files with 110314 additions and 233488 deletions
|
|
@ -6,7 +6,7 @@
|
|||
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
|
||||
# Updated: 2024/06/06 23:17:20 by maiboyer ### ########.fr #
|
||||
# Updated: 2024/06/09 19:14:28 by maiboyer ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
|
|
@ -25,7 +25,7 @@ libgmr.a:
|
|||
build_filelist:
|
||||
@rm Filelist.mk
|
||||
@printf '%-78s\\\n' "SRC_FILES =" > Filelist.mk
|
||||
@tree static -ifF | rg 'static/(.*)\.c$$' --replace '$$1' | sed -re 's/^(.*)_([0-9]+)$$/\1|\2/g' | sort -t'|' --key=1,1 --key=2,2n | sed -e's/|/_/' | sed -e 's/^.*$$/&.c/' | xargs printf '%-78s\\\n' >> Filelist.mk
|
||||
@tree static -ifF | rg 'static/(.*)\.c$$' --replace '$$1' | sed -re 's/^(.*)_([0-9]+)$$/\1|\2/g' | sort -t'|' --key=1,1 --key=2,2n | sed -e's/|/_/' | xargs printf '%-78s\\\n' >> Filelist.mk
|
||||
@echo "" >> Filelist.mk
|
||||
|
||||
.PHONY: all bonus clean fclean re libparser.a libgmr.a build_filelist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue