From 8de44af2b146b2d9d03cf54f4447ab9131a59d74 Mon Sep 17 00:00:00 2001 From: inglorion Date: Fri, 5 Oct 2012 06:55:32 +0200 Subject: [PATCH] Add .s to .SUFFIXES in test/Makefile --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 3bc34c0..88d5829 100644 --- a/test/Makefile +++ b/test/Makefile @@ -21,7 +21,7 @@ test : $(TARGETS) gcd.o : gcd.rb env RUBYLIB=$(PWD)/../lib:$(RUBYLIB) $(RUBY) gcd.rb -.SUFFIXES : .asm .o .voo +.SUFFIXES : .asm .o .s .voo .asm.o : $(NASM) -f elf $< -- 2.11.4.GIT