From 668196aa273f70da32bc3c1055b71ed541614a1d Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 5 Apr 2019 16:25:22 +0200 Subject: [PATCH] Fix lightening name --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index d62017364..f068308c7 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -31,4 +31,4 @@ test-ia32-%: %.c lightening-ia32.o test.h clean: rm -f $(foreach TARGET,$(TARGETS),$(addprefix test-$(TARGET)-,$(TESTS))) - rm -f $(foreach TARGET,$(TARGETS),lightning-$(TARGET).o) + rm -f $(foreach TARGET,$(TARGETS),lightening-$(TARGET).o)