forked from lix-project/lix
8 lines
159 B
Makefile
8 lines
159 B
Makefile
|
PROGRAMS += nix-store
|
||
|
|
||
|
nix-store_DIR := $(here)
|
||
|
|
||
|
nix-store_SOURCES = nix-store.cc dotgraph.cc xmlgraph.cc
|
||
|
|
||
|
nix-store_LIBS = libmain libstore libutil libformat
|