Doxygen remove obsolete file

This commit is contained in:
Allen Byrne 2020-11-03 10:43:51 -06:00
parent c812f3fea2
commit 4f7bb20a8f

View File

@ -1,20 +0,0 @@
SHELL := bash
.ONESHELL:
.SHELLFLAGS := -eu -o pipefail -c
.DELETE_ON_ERROR:
MAKEFLAGS += --warn-undefined-variables
MAKEFLAGS += --no-builtin-rules
ifeq ($(origin .RECIPEPREFIX), undefined)
$(error This Make does not support .RECIPEPREFIX. Please use GNU Make 4.0 or later)
endif
.RECIPEPREFIX = >
ifdef PROGRAMFILES
DOXYGEN=C:/Program\ Files/doxygen/bin/doxygen.exe
else
DOXYGEN=doxygen
endif
build:
> $(DOXYGEN) Doxyfile