basic makefile libft main

This commit is contained in:
hugogogo
2026-04-28 09:10:06 +02:00
parent bb138cd00b
commit 5701871396
3 changed files with 128 additions and 0 deletions

6
headers/computorv1.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef COMPUTORV1_H
# define COMPUTORV1_H
# include "../libft/includes/libft.h"
#endif