dev: 're' rule doesn't recompile libraries anymore

This commit is contained in:
mcolonna 2024-04-08 16:08:00 +02:00
parent 7ec3eb6841
commit 4020ff6203

View file

@ -55,7 +55,7 @@ fclean : clean
@echo "\e[30;47;1m fclean finished! \e[0m"
re : fclean all
re : clean all
debug :
make all DEBUG=yes