30e3d57482
Signed-off-by: Shea Levy <shea@shealevy.com>
9 lines
261 B
Makefile
9 lines
261 B
Makefile
SUBDIRS = src tests doc
|
|
BOOTCLEAN_SUBDIRS = $(SUBDIRS)
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
|
EXTRA_DIST = hydra-module.nix
|
|
|
|
install-data-local: hydra-module.nix
|
|
$(INSTALL) -d $(DESTDIR)$(datadir)/nix
|
|
$(INSTALL_DATA) hydra-module.nix $(DESTDIR)$(datadir)/nix/
|