From 9efe6cda21f67c76d36e319eed9104e261a1d8a5 Mon Sep 17 00:00:00 2001 From: inglorion Date: Tue, 19 Nov 2013 08:50:26 -0800 Subject: [PATCH] build test/libgroup.so instead of test/libgroup.s --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 74de5d1..09131aa 100644 --- a/test/Makefile +++ b/test/Makefile @@ -5,7 +5,7 @@ VOODOOC ?= env RUBYLIB=$(PWD)/../lib:$(RUBYLIB) ../bin/voodooc TARGETS = auto-bytes auto-words at block bitwise bytes call div \ else-if fact func goto group hello if labels libfunc.so \ - libgroup.s libvar.so many-args many-args-tail many-locals mod \ + libgroup.so libvar.so many-args many-args-tail many-locals mod \ mul plusminus raw restore-frame restore-locals rotate \ save-frame-and-locals set-at set-byte set-word shift \ substitute-number tail-calls var vtable gcd -- 2.11.4.GIT