• R/O
  • SSH

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

File Info

Rev. 15a604cf6b326b0594e2a94b94eb1618fcbd80d9
Size 351 bytes
Time 2008-07-03 20:00:55
Author iselllo
Log Message

I added the file Makefile which I can use to start many jobs
simultaneously once I expecify a pool.

Content

all:	job1	 job2	 job3	 job4	 job5	 job6

job1:
	(cd ./1/;	 ./Espresso test_interaction.tcl)

job2:
	(cd ./2/; 	./Espresso test_interaction.tcl)

job3:
	(cd ./3/; 	./Espresso test_interaction.tcl)

job4:
	(cd ./4/; 	./Espresso test_interaction.tcl)

job5:
	(cd ./5/; 	./Espresso test_interaction.tcl)

job6:
	(cd ./6/; 	./Espresso test_interaction.tcl)