6 lines
65 B
Makefile
6 lines
65 B
Makefile
SRC ?= graphs
|
|
ODIR ?= /tmp/
|
|
export ODIR SRC
|
|
|
|
include Makefile.in
|