Clean up Makefile I use to fake-build source

pull/16/head
Dmitry Maksyoma 5 years ago
parent 86c6ae566c
commit dabf7d4d5e

4
debian/rules vendored

@ -17,6 +17,10 @@ export DH_OPTIONS=-v
build: build:
cp debian/Makefile . cp debian/Makefile .
clean:
rm -f Makefile
dh $@
%: %:
@echo "target: $@" @echo "target: $@"
dh $@ dh $@

Loading…
Cancel
Save