mutual recursion type inference
[minfp.git] / Makefile
index d532f0d..8bd8989 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,4 +12,3 @@ clean:
 
 %: %.o rts.o
        $(CC) $(CFLAGS) $(LDFLAGS) $(TARGET_ARCH) $^ $(OUTPUT_OPTION)
-