view doc/Makefile @ 284:58af29df9008

Remove unneeded platform-specific headers
author Jamie Bullock <jamie@jamiebullock.com>
date Mon, 01 Apr 2019 21:07:32 +0100
parents 9fecd1eaaec1
children
line wrap: on
line source

all:
	@$(shell (cat Doxyfile; echo "PROJECT_NUMBER=$(XTRACT_VERSION)") | doxygen - )

clean:
	@$(RM) -r latex html