From 2aba999fa48bc51b92abba91055e81d7ee4ef16d Mon Sep 17 00:00:00 2001
From: Julien Moutinho <julm+symantic-parser@sourcephile.fr>
Date: Fri, 1 Jan 2021 05:42:40 +0100
Subject: [PATCH] add make clean

---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index cd354b5..5837f8b 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,8 @@ package = $(notdir ./$(cabal:.cabal=))
 all: build
 build:
 	cabal build
+clean:
+	cabal clean
 repl:
 	cabal repl
 
-- 
2.47.2