6 lines
64 B
Makefile
6 lines
64 B
Makefile
|
SRC ?= paper
|
||
|
ODIR ?= /tmp/
|
||
|
export ODIR SRC
|
||
|
|
||
|
include Makefile.in
|