mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-12-02 18:36:15 +02:00
7 lines
156 B
Text
7 lines
156 B
Text
PROGRAMS += nix-store
|
|
|
|
nix-store_DIR := $(d)
|
|
|
|
nix-store_SOURCES = nix-store.cc dotgraph.cc xmlgraph.cc
|
|
|
|
nix-store_LIBS = libmain libstore libutil libformat
|