-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
17 lines (16 loc) · 982 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# **************************************************************************** #
# #
# ::: :::::::: #
# Makefile :+: :+: :+: #
# +:+ +:+ +:+ #
# By: shaas <shaas@student.42heilbronn.de> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2022/08/02 17:09:49 by shaas #+# #+# #
# Updated: 2022/08/02 17:09:49 by shaas ### ########.fr #
# #
# **************************************************************************** #
ifeq ($(OS), Windows_NT)
include Makefile_Windows.mk
else
include Makefile_Unix.mk
endif