CofeehousePy/deps/numpy/doc/cdoc/Makefile

11 lines
86 B
Makefile
Raw Normal View History

2021-01-14 08:07:24 +01:00
all: build
build:
doxygen
clean:
rm -rf build
.PHONY: all build clean