CofeehousePy/deps/numpy/doc/cdoc/Makefile

11 lines
86 B
Makefile

all: build
build:
doxygen
clean:
rm -rf build
.PHONY: all build clean