5 lines
37 B
Makefile
5 lines
37 B
Makefile
|
#!/bin/bash
|
||
|
all:
|
||
|
./.create_svg.sh
|
||
|
|