8 lines
130 B
Makefile
8 lines
130 B
Makefile
|
upload:
|
||
|
scp $(SRC).pdf tacos:/var/www/htdocs/t.karchnu.fr/doc/
|
||
|
|
||
|
run: $(SRC).pdf
|
||
|
|
||
|
serve:
|
||
|
find . -name "*.ly" | entr gmake -B run
|