chsrc/debian/rules

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