updated makefile to include zlib license

This commit is contained in:
Aryeh 2022-02-13 11:47:19 +11:00 committed by Jonathan Moallem
parent 8e46d1769e
commit 6c08a8d73e

View File

@ -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
rwildcard = $(wildcard $1$2) $(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2))
platformpth = $(subst /,$(PATHSEP),$1)