guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 03/09: Fix lightening name


From: Andy Wingo
Subject: [Guile-commits] 03/09: Fix lightening name
Date: Wed, 24 Apr 2019 10:04:21 -0400 (EDT)

wingo pushed a commit to branch lightening
in repository guile.

commit 668196aa273f70da32bc3c1055b71ed541614a1d
Author: Andy Wingo <address@hidden>
Date:   Fri Apr 5 16:25:22 2019 +0200

    Fix lightening name
---
 tests/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile b/tests/Makefile
index d620173..f068308 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]