mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-18 01:27:00 +08:00
14 lines
183 B
Makefile
Executable File
14 lines
183 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
|
|
|
|
override_dh_auto_clean:
|
|
$(MAKE) clean
|