added program to translate adjancency matrices into graphviz encoding. this is useful to display SOCs; adjusted Makefile accordingly

This commit is contained in:
Ämin on ThinkPad
2023-05-11 13:58:06 +02:00
parent e8cdd786a5
commit 5745c96829
2 changed files with 81 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
CFLAGS = -Wall -Ofast
all: SOCgen SOCadmissible
all: SOCgen SOCadmissible SOCgraphviz
%: src/%.c
gcc $(CFLAGS) -o $@ $^