9 lines
89 B
Makefile
9 lines
89 B
Makefile
|
default: output
|
||
|
|
||
|
output:
|
||
|
time bash gen.sh
|
||
|
du -sh output
|
||
|
|
||
|
clean:
|
||
|
rm -rfv output tmp.sh
|