mirror of
https://github.com/NixOS/nix
synced 2025-07-18 02:58:27 +02:00
Rename Makefile.new -> Makefile
This commit is contained in:
parent
962551a071
commit
7ce0e05ad8
18 changed files with 20 additions and 22 deletions
19
Makefile
Normal file
19
Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
SUBS = \
|
||||
src/boost/format/Makefile \
|
||||
src/libutil/Makefile \
|
||||
src/libstore/Makefile \
|
||||
src/libmain/Makefile \
|
||||
src/libexpr/Makefile \
|
||||
src/nix-hash/Makefile \
|
||||
src/nix-store/Makefile \
|
||||
src/nix-instantiate/Makefile \
|
||||
src/nix-env/Makefile \
|
||||
src/nix-daemon/Makefile \
|
||||
src/nix-log2xml/Makefile \
|
||||
src/bsdiff-4.3/Makefile \
|
||||
scripts/Makefile \
|
||||
corepkgs/Makefile
|
||||
|
||||
GLOBAL_CXXFLAGS = -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr
|
||||
|
||||
include mk/lib.mk
|
Loading…
Add table
Add a link
Reference in a new issue