1
0
Fork 0
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:
Eelco Dolstra 2013-11-25 15:05:56 +00:00
parent 1a1d8b073a
commit 962551a071
7 changed files with 93 additions and 12 deletions

View file

@ -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)