From cdc2a28f00418167b5e4516e21456c98d35cacd5 Mon Sep 17 00:00:00 2001
From: Robert Grancsa <robert.grancsa2002@gmail.com>
Date: Mon, 17 Mar 2025 22:47:27 +0200
Subject: [PATCH] Repaired skel

Signed-off-by: Robert Grancsa <robert.grancsa2002@gmail.com>
---
 Makefile   | 2 +-
 src/main.c | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index e3d056b..5abd09e 100644
--- a/Makefile
+++ b/Makefile
@@ -5,4 +5,4 @@ build:
 
 clean:
 	cd src && make clean
-	rm -rf functional
+	rm -rf transpiler
diff --git a/src/main.c b/src/main.c
index aaa5c75..27729cd 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2,8 +2,6 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "parser.h"
-
 /**
  * Starting point of the program, write anything here
  */
-- 
GitLab