From 97655c2f1c85fb612a73f19ce2f93fd15d658430 Mon Sep 17 00:00:00 2001 From: Willem Date: Sun, 30 Jun 2024 04:14:46 +0200 Subject: [PATCH] Removed one empty line. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 083d675..0e82e2b 100644 --- a/Makefile +++ b/Makefile @@ -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))