From 30cf9752a6b9f73c4db0108b9f7c6af2876243c4 Mon Sep 17 00:00:00 2001
From: Anteunis Charles <charles.anteunis@gmail.com>
Date: Sun, 15 Dec 2019 20:24:54 +0100
Subject: [PATCH] useless header, readme

---
 README.md | 8 ++++++++
 main.c    | 1 -
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 798e39c..796e7d5 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,10 @@
 # IPI_S1_2019
 
+## Pour compiler : 
+```
+gcc main.c list.c interpreteur.c
+```
+> Y'a des printf un peu partout dans`ìnterpreteur.c` que vous pouvez commenter / décommenter
+> si vous voulez voir un peu ce qui se passe (debug)
+
+Le Makefile arrive
diff --git a/main.c b/main.c
index aa40014..71dc54b 100644
--- a/main.c
+++ b/main.c
@@ -1,5 +1,4 @@
 #include "list.h"
-#include "affichage.h"
 #include "interpreteur.h"
 #include <stdio.h>
 #include <stdlib.h>
-- 
GitLab