book-summaries/Makefile.custom

12 lines
201 B
Makefile
Raw Normal View History

2021-10-08 21:50:16 +02:00
SRC ?= universe-from-nothing
ODIR ?= /tmp
export ODIR SRC
include Makefile
upload:
scp $(RAM)/$(SRC).pdf tacos:/var/www/htdocs/t.karchnu.fr/doc/
2021-10-08 21:50:16 +02:00
# VIEWER_OPTS = -
# VIEWER = zathura $(VIEWER_OPTS)