1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-21 11:30:30 -04:00
nix/src/nix-daemon/Makefile

8 lines
137 B
Makefile
Raw Normal View History

PROGRAMS += nix-daemon
nix-daemon_DIR := $(d)
nix-daemon_SOURCES = nix-daemon.cc
nix-daemon_LIBS = libmain libstore libutil libformat