Rename Makefile.new -> Makefile
This commit is contained in:
parent
962551a071
commit
7ce0e05ad8
18 changed files with 20 additions and 22 deletions
9
src/nix-store/Makefile
Normal file
9
src/nix-store/Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
PROGRAMS += nix-store
|
||||
|
||||
nix-store_DIR := $(d)
|
||||
|
||||
nix-store_SOURCES = nix-store.cc dotgraph.cc xmlgraph.cc
|
||||
|
||||
nix-store_LIBS = libmain libstore libutil libformat
|
||||
|
||||
nix-store_LDFLAGS = -lbz2
|
||||
Loading…
Add table
Add a link
Reference in a new issue