mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
9 lines
142 B
Makefile
Executable File
9 lines
142 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_install:
|
|
$(MAKE) DESTDIR=$$(pwd)/debian/profanity prefix=/usr install
|
|
|
|
override_dh_auto_test:
|