File: rules

package info (click to toggle)
spdlog 1%3A0.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,020 kB
  • ctags: 1,647
  • sloc: cpp: 15,463; makefile: 75; sh: 19
file content (12 lines) | stat: -rwxr-xr-x 176 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_install:
	rm -f example/logs/.gitignore
	dh_auto_install

override_dh_auto_test:
	cd tests && ${MAKE} tests clean
	dh_auto_test