updated makefile to include zlib license
This commit is contained in:
parent
8e46d1769e
commit
6c08a8d73e
6
Makefile
6
Makefile
@ -1,3 +1,9 @@
|
|||||||
|
# Copyright (c) 2020 Jonathan Moallem (@J-Mo63) & Aryeh Zinn (@Raelr)
|
||||||
|
#
|
||||||
|
# This code is released under an unmodified zlib license.
|
||||||
|
# For conditions of distribution and use, please see:
|
||||||
|
# https://opensource.org/licenses/Zlib
|
||||||
|
|
||||||
# Define custom functions
|
# Define custom functions
|
||||||
rwildcard = $(wildcard $1$2) $(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2))
|
rwildcard = $(wildcard $1$2) $(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2))
|
||||||
platformpth = $(subst /,$(PATHSEP),$1)
|
platformpth = $(subst /,$(PATHSEP),$1)
|
||||||
|
Loading…
Reference in New Issue
Block a user