mirror of
https://github.com/NixOS/nix
synced 2025-07-07 18:31:49 +02:00
Add a Makefile for the scripts directory
This commit is contained in:
parent
1a1d8b073a
commit
962551a071
7 changed files with 93 additions and 12 deletions
|
@ -30,7 +30,7 @@ define build-program =
|
|||
|
||||
$$(eval $$(call create-dir,$$($(1)_INSTALL_DIR)))
|
||||
|
||||
install:: $$($(1)_INSTALL_PATH)
|
||||
install: $$($(1)_INSTALL_PATH)
|
||||
|
||||
ifeq ($(BUILD_SHARED_LIBS), 1)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue