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/Libftest/*
|
||||
libft/libft-unit-test/*
|
||||
libft/libftTester/*
|
||||
libft
|
||||
!*/libft
|
||||
libft/Libftest
|
||||
libft/libft-unit-test
|
||||
libft/libftTester
|
||||
|
||||
# ---> C
|
||||
# Prerequisites
|
||||
@@ -288,4 +288,3 @@ Sessionx.vim
|
||||
tags
|
||||
# Persistent undo
|
||||
[._]*.un~
|
||||
|
||||
|
||||
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -1,12 +1,16 @@
|
||||
[submodule "libft/Libftest"]
|
||||
path = libft/Libftest
|
||||
url = https://github.com/jtoty/Libftest.git
|
||||
ignore = dirty
|
||||
[submodule "libft/libft-unit-test"]
|
||||
path = libft/libft-unit-test
|
||||
url = https://github.com/alelievr/libft-unit-test.git
|
||||
ignore = dirty
|
||||
[submodule "libft/libftTester"]
|
||||
path = libft/libftTester
|
||||
url = https://github.com/Tripouille/libftTester.git
|
||||
ignore = dirty
|
||||
[submodule "libft/munit"]
|
||||
path = libft/munit
|
||||
url = https://github.com/nemequ/munit.git
|
||||
ignore = dirty
|
||||
|
||||
@@ -6,11 +6,10 @@
|
||||
# By: <gbaconni@student.42lausanne.ch> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# 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 clean
|
||||
# make fclean
|
||||
|
||||
Reference in New Issue
Block a user