summaryrefslogtreecommitdiff
path: root/fluxbox/debian/rules
blob: dbc61528c032ba57430d9ceddef6884eb36ed801 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

RULE_FILES=$(shell ls debian/rules.d/*.mk | sort -n)

include $(RULE_FILES)

%:
	dh $@ --with autoreconf
bgstack15