Removed one empty line.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -9s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -9s
This commit is contained in:
parent
6f677b6c43
commit
97655c2f1c
1
Makefile
1
Makefile
|
@ -1,7 +1,6 @@
|
||||||
#
|
#
|
||||||
# Example project makefile for msxbuild.
|
# Example project makefile for msxbuild.
|
||||||
#
|
#
|
||||||
|
|
||||||
PATH_BIN := bin
|
PATH_BIN := bin
|
||||||
PATH_SRC := src
|
PATH_SRC := src
|
||||||
rwildcard = $(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2) $(filter $(subst *,%,$2),$d))
|
rwildcard = $(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2) $(filter $(subst *,%,$2),$d))
|
||||||
|
|
Loading…
Reference in a new issue