mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-07-31 18:19:40 +00:00
638f0d75c4
Signed-off-by: Daniel Hilst <392820+dhilst@users.noreply.github.com>
14 lines
127 B
Makefile
Executable File
14 lines
127 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_build:
|
|
@true
|
|
|
|
override_dh_auto_test:
|
|
@true
|
|
|
|
override_dh_auto_install:
|
|
@true
|