AK: Unbreak Tests Makefile. Turns out this newline was effectful :^)

This commit is contained in:
Andreas Kling 2019-12-28 21:41:32 +01:00
parent b916aa3b5a
commit 80556e6111
Notes: sideshowbarker 2024-07-19 10:34:39 +09:00

View file

@ -35,6 +35,7 @@ SHARED_TEST_OBJS = \
define execute-command
$(1)
endef
all: $(PROGRAMS)