Bruno Horta / DOOR_BLE_API

Dependents:   DOOR_BLE_PROGRAM

Fork of BLE_API by Bluetooth Low Energy

doxygen/Makefile

Committer:
rgrover1
Date:
2015-11-26
Revision:
971:acf895ac7ae4

File content as of revision 971:acf895ac7ae4:

# Makefile used to generate the API documentation using Doxygen

.PHONY: apidoc apidoc_clean

all: apidoc

apidoc:
	mkdir -p apidoc
	doxygen ble.doxyfile

apidoc_clean:
	rm -rf apidoc