From e6d2a1f0d44a87d7d885d235be83372b7ba00d65 Mon Sep 17 00:00:00 2001
From: Giovanni La Mura <giovanni.lamura@inaf.it>
Date: Fri, 20 Oct 2023 14:52:06 +0200
Subject: [PATCH] Ignore src/include folder in make process

---
 src/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile b/src/Makefile
index 948ea958..ac867ef7 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,4 +1,4 @@
-SUBDIRS := $(wildcard */.)
+SUBDIRS := cluster sphere trapping
 BUILDDIR=../build
 
 all: $(SUBDIRS)
-- 
GitLab