4 lines
35 B
Makefile
4 lines
35 B
Makefile
|
#!/bin/bash
|
||
|
all:
|
||
|
./.create_png.sh
|