forked from lix-project/lix
8 lines
140 B
Makefile
8 lines
140 B
Makefile
|
PROGRAMS += nix-daemon
|
||
|
|
||
|
nix-daemon_DIR := $(here)
|
||
|
|
||
|
nix-daemon_SOURCES = nix-daemon.cc
|
||
|
|
||
|
nix-daemon_LIBS = libmain libstore libutil libformat
|