summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doxygen/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/doxygen/Makefile b/doxygen/Makefile
deleted file mode 100644
index 13e1d96..0000000
--- a/doxygen/Makefile
+++ /dev/null
@@ -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