-
Notifications
You must be signed in to change notification settings - Fork 0
/
sources.mk
17 lines (13 loc) · 982 Bytes
/
sources.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# **************************************************************************** #
# #
# ::: :::::::: #
# sources.mk :+: :+: :+: #
# +:+ +:+ +:+ #
# By: babonnet <[email protected]> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/03/12 18:41:58 by babonnet #+# #+# #
# Updated: 2024/07/06 18:06:37 by babonnet ### ########.fr #
# #
# **************************************************************************** #
SRC := $(shell find src -name '*.c')
SRC_BONUS := $(shell find src_bonus -name '*.c')