1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:17:44 +00:00

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

View file

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