5 lines
65 B
Makefile
5 lines
65 B
Makefile
SRC ?= paper
|
|
ODIR ?= ~/tmp/
|
|
export ODIR SRC
|
|
|
|
include Makefile.in
|