mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-30 17:46:15 +02:00
8 lines
159 B
Text
8 lines
159 B
Text
|
PROGRAMS += nix-store
|
||
|
|
||
|
nix-store_DIR := $(here)
|
||
|
|
||
|
nix-store_SOURCES = nix-store.cc dotgraph.cc xmlgraph.cc
|
||
|
|
||
|
nix-store_LIBS = libmain libstore libutil libformat
|