OSDN Git Service

".all"s were deleted.
[eos/tutorial.git] / SampleCode / PIONE / Basic5 / Serial2_combine.pione
index b2e1703..3e854c7 100644 (file)
@@ -1,6 +1,6 @@
 Rule Main
-       input   '*.in'.all
-       output  '*.out'.all
+       input   '*.in'
+       output  '*.out'
 Flow
        rule FirstSecond
 End