fuck autotools, make it work with Make

This commit is contained in:
2024-10-18 09:44:36 -05:00
parent 30d2b62033
commit 8c65c0aabd
10 changed files with 26 additions and 877 deletions

View File

@@ -53,4 +53,4 @@
(reverse lst)
(loop (1+ i) (cons (make-node i) lst)))))
(write-graph-to-file (generate-web 10 10) (cadr (command-line)))
(write-graph-to-file (generate-web 10 10) "graph.gif")