-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMakefile
29 lines (22 loc) · 1.06 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# **************************************************************************** #
# #
# ::: :::::::: #
# Makefile :+: :+: :+: #
# +:+ +:+ +:+ #
# By: gicamerl <[email protected]> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2018/04/19 19:11:39 by gicamerl #+# #+# #
# Updated: 2018/04/27 13:22:16 by gicamerl ### ########.fr #
# #
# **************************************************************************** #
# Please use configure script
all: do_configure
do_configure:
./configure
norme:
./configure norme
clean:
./configure clean
fclean:
./configure fclean && rm Makefile.gen
re: fclean all