aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/docs/Makefile
blob: b1414ac3d0ebc1d8bbb07cf79f7400c4ffa8d045 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Copyright 2015 Ettus Research LLC
#

manual:
	doxygen Doxyfile

clean:
	@rm -rf html
	@rm -rf latex
	@rm -rf *.db

.PHONY: manual clean