mirror of
https://github.com/upa/mscp.git
synced 2026-02-04 03:24:58 +08:00
14 lines
141 B
Makefile
Executable File
14 lines
141 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@
|
|
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- \
|
|
-DINSTALL_EXECUTABLE_ONLY=ON
|
|
|
|
override_dh_auto_test:
|
|
|
|
|