10 lines
200 B
Makefile
10 lines
200 B
Makefile
|
programs += build-remote
|
||
|
|
||
|
build-remote_DIR := $(d)
|
||
|
|
||
|
build-remote_INSTALL_DIR := $(libexecdir)/nix
|
||
|
|
||
|
build-remote_LIBS = libmain libutil libformat libstore
|
||
|
|
||
|
build-remote_SOURCES := $(d)/build-remote.cc
|