Removed one empty line.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -9s

This commit is contained in:
Willem Cazander 2024-06-30 04:14:46 +02:00
parent 6f677b6c43
commit 97655c2f1c

View file

@ -1,7 +1,6 @@
#
# Example project makefile for msxbuild.
#
PATH_BIN := bin
PATH_SRC := src
rwildcard = $(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2) $(filter $(subst *,%,$2),$d))