mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-18 17:56:57 +08: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
|