2021-10-24 09:31:39
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -1,8 +1,8 @@
|
|||||||
libft/libft
|
libft
|
||||||
libft/libft/*
|
!*/libft
|
||||||
libft/Libftest/*
|
libft/Libftest
|
||||||
libft/libft-unit-test/*
|
libft/libft-unit-test
|
||||||
libft/libftTester/*
|
libft/libftTester
|
||||||
|
|
||||||
# ---> C
|
# ---> C
|
||||||
# Prerequisites
|
# Prerequisites
|
||||||
@@ -288,4 +288,3 @@ Sessionx.vim
|
|||||||
tags
|
tags
|
||||||
# Persistent undo
|
# Persistent undo
|
||||||
[._]*.un~
|
[._]*.un~
|
||||||
|
|
||||||
|
|||||||
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -1,12 +1,16 @@
|
|||||||
[submodule "libft/Libftest"]
|
[submodule "libft/Libftest"]
|
||||||
path = libft/Libftest
|
path = libft/Libftest
|
||||||
url = https://github.com/jtoty/Libftest.git
|
url = https://github.com/jtoty/Libftest.git
|
||||||
|
ignore = dirty
|
||||||
[submodule "libft/libft-unit-test"]
|
[submodule "libft/libft-unit-test"]
|
||||||
path = libft/libft-unit-test
|
path = libft/libft-unit-test
|
||||||
url = https://github.com/alelievr/libft-unit-test.git
|
url = https://github.com/alelievr/libft-unit-test.git
|
||||||
|
ignore = dirty
|
||||||
[submodule "libft/libftTester"]
|
[submodule "libft/libftTester"]
|
||||||
path = libft/libftTester
|
path = libft/libftTester
|
||||||
url = https://github.com/Tripouille/libftTester.git
|
url = https://github.com/Tripouille/libftTester.git
|
||||||
|
ignore = dirty
|
||||||
[submodule "libft/munit"]
|
[submodule "libft/munit"]
|
||||||
path = libft/munit
|
path = libft/munit
|
||||||
url = https://github.com/nemequ/munit.git
|
url = https://github.com/nemequ/munit.git
|
||||||
|
ignore = dirty
|
||||||
|
|||||||
@@ -6,11 +6,10 @@
|
|||||||
# By: <gbaconni@student.42lausanne.ch> +#+ +:+ +#+ #
|
# By: <gbaconni@student.42lausanne.ch> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2021/10/22 09:10:00 by gbaconni #+# #+# #
|
# Created: 2021/10/22 09:10:00 by gbaconni #+# #+# #
|
||||||
# Updated: 2021/10/24 09:13:45 by gbaconni ### lausanne.ch #
|
# Updated: 2021/10/24 09:22:20 by gbaconni ### lausanne.ch #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
#
|
#
|
||||||
# make munit.out
|
|
||||||
# make all
|
# make all
|
||||||
# make clean
|
# make clean
|
||||||
# make fclean
|
# make fclean
|
||||||
|
|||||||
Reference in New Issue
Block a user