mirror of
https://gitee.com/RubyMetric/chsrc.git
synced 2025-12-25 20:52:49 +00:00
11 lines
143 B
Makefile
Executable File
11 lines
143 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_build:
|
|
$(MAKE) all
|
|
|
|
override_dh_auto_install:
|
|
$(MAKE) install DESTDIR=$(CURDIR)/debian/chsrc
|