Files
lch/debian/rules
T
2020-10-04 12:41:36 +02:00

15 lines
148 B
Makefile
Executable File

#!/usr/bin/make -f
%:
dh $@
override_dh_usrlocal:
override_dh_auto_install:
./bin/install.sh
configure:
clean:
dh_autoreconf_clean
dh_clean