From 787e4ef149d13a7facfa8a17c0a122ecbc5115a9 Mon Sep 17 00:00:00 2001
From: Orestis Malaspinas <orestis.malaspinas@hesge.ch>
Date: Wed, 6 May 2020 14:30:59 +0200
Subject: [PATCH] updated enonce

---
 graphes.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/graphes.md b/graphes.md
index 43c323e..c5645c2 100644
--- a/graphes.md
+++ b/graphes.md
@@ -171,6 +171,7 @@ faites les commandes suivantes:
 
    ```bash
    gcc -c xml_parser.c -I/usr/include/libxml2
+   gcc -c main.c -I/usr/include/libxml2
    ```
 
    Pour linker il faut ensuite utiliser l'option `-lxml2`.
-- 
GitLab