1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-21 23:40:24 -04:00
nix/src/nix-store/Makefile.new

8 lines
159 B
Makefile
Raw Normal View History

PROGRAMS += nix-store
nix-store_DIR := $(here)
nix-store_SOURCES = nix-store.cc dotgraph.cc xmlgraph.cc
nix-store_LIBS = libmain libstore libutil libformat