2021-10-22 11:19:43
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
# By: gbaconni <gbaconni@42lausanne.ch> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2021/10/22 09:10:00 by gbaconni #+# #+# #
|
||||
# Updated: 2021/10/22 11:34:33 by gbaconni ### ########.fr #
|
||||
# Updated: 2021/10/22 11:12:29 by gbaconni ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
#
|
||||
@@ -43,8 +43,8 @@ a: update compile
|
||||
@./$(OUT) || true
|
||||
|
||||
b: compile
|
||||
@grep -q 'update message' libftTester/Makefile && sed -i '' -r 's/update (message)/\1/g' libftTester/Makefile || true
|
||||
@grep -q '/libft$$' libftTester/Makefile || sed -i '' -r 's/^(PARENT_DIR.*)/\1\/libft/' libftTester/Makefile || true
|
||||
@grep -q 'update message' libftTester/Makefile && sed -i'' -r 's/update (message)/\1/g' libftTester/Makefile || true
|
||||
@grep -q '/libft$$' libftTester/Makefile || sed -i'' -r 's/^(PARENT_DIR.*)/\1\/libft/' libftTester/Makefile || true
|
||||
@make -C libftTester m || true
|
||||
@make -C libftTester b || true
|
||||
|
||||
|
||||
@@ -16,6 +16,11 @@ ln -snf ../../42/libft/git libft
|
||||
ln -snf ../libft libft
|
||||
```
|
||||
|
||||
Only for Linux
|
||||
```
|
||||
sudo apt-get install -qq -y make gcc clang valgrind
|
||||
```
|
||||
|
||||
## Update
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user