nix-super/src/nix-store/local.mk

10 lines
169 B
Makefile
Raw Normal View History

2014-02-01 13:23:14 +02:00
programs += nix-store
nix-store_DIR := $(d)
2014-01-09 17:53:47 +02:00
nix-store_SOURCES := $(wildcard $(d)/*.cc)
nix-store_LIBS = libmain libstore libutil libformat
2013-11-22 22:56:58 +02:00
nix-store_LDFLAGS = -lbz2