From 45ea2e477a156b9729da842b437dc9c6a33442d1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?=
 <sebastien.villemot@sciencespo.fr>
Date: Wed, 28 Jun 2017 15:58:58 +0200
Subject: [PATCH] Add julia preprocessor to the clean rule.

---
 preprocessor/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/preprocessor/Makefile.am b/preprocessor/Makefile.am
index 892b2b178..5a8ac507e 100644
--- a/preprocessor/Makefile.am
+++ b/preprocessor/Makefile.am
@@ -86,7 +86,7 @@ html-local:
 endif
 
 clean-local:
-	rm -rf ../matlab/preprocessor*
+	rm -rf ../matlab/preprocessor* ../julia/preprocessor*
 	rm -rf doc/html/
 
 EXTRA_DIST = $(BUILT_SOURCES) Doxyfile
-- 
GitLab