mirror of
https://github.com/owntracks/recorder.git
synced 2026-02-13 20:49:51 +00:00
12 lines
170 B
Makefile
Executable File
12 lines
170 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
DPKG_EXPORT_BUILDFLAGS=1
|
|
include /usr/share/dpkg/default.mk
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_clean:
|
|
cp etc/debian/config.mk.in config.mk
|
|
dh_auto_clean
|