book-summaries/Makefile

12 lines
205 B
Makefile

SRC ?= universe-from-nothing
ODIR ?= /tmp
export ODIR SRC
include Makefile.in
upload:
scp $(ODIR)/$(SRC).pdf tacos:/var/www/htdocs/t.karchnu.fr/doc/
# VIEWER_OPTS = -
# VIEWER = zathura $(VIEWER_OPTS)