mirror of
https://gitlab.com/Nanolx/qwad.git
synced 2024-11-10 21:05:10 +01:00
8 lines
71 B
Plaintext
8 lines
71 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
# -*- makefile -*-
|
||
|
|
||
|
export DH_VERBOSE=1
|
||
|
|
||
|
%:
|
||
|
dh $@
|