From 6c92f256f4c9318a310cfffd5897a50a2b9c4c1f Mon Sep 17 00:00:00 2001
From: Erwan Jahier <erwan.jahier@univ-grenoble-alpes.fr>
Date: Mon, 27 Feb 2023 15:29:44 +0100
Subject: [PATCH] Add rules to generate star and hypercubes in
 test/Makefile.dot

---
 test/Makefile.dot | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/test/Makefile.dot b/test/Makefile.dot
index c5f16311..8e500899 100644
--- a/test/Makefile.dot
+++ b/test/Makefile.dot
@@ -1,4 +1,4 @@
-# Time-stamp: <modified the 18/01/2023 (at 16:52) by Erwan Jahier>
+# Time-stamp: <modified the 27/02/2023 (at 14:48) by Erwan Jahier>
 
 # Rules to generate various dot files.
 # The DECO_PATTERN variable should be defined
@@ -13,6 +13,15 @@ clique%.dot:
 	gg clique -n $* -o $@ $(SEED)
 	gg-deco $(DECO_PATTERN) $@ -o $@
 
+
+hc%.dot:
+	gg HC -d $* -o $@ $(SEED)
+	gg-deco $(DECO_PATTERN) $@ -o $@
+
+star%.dot:
+	gg star -n $* -o $@ $(SEED)
+	gg-deco $(DECO_PATTERN) $@ -o $@
+
 er%.dot:
 	gg ER --connected -p 0.1 -n $* -o $@ $(SEED)
 	gg-deco $(DECO_PATTERN) $@ -o $@
-- 
GitLab