surete tp1
This commit is contained in:
parent
41bc6fdbf2
commit
a85bb57d9a
12 changed files with 199 additions and 0 deletions
22
surete/tp1/sequential/Makefile
Normal file
22
surete/tp1/sequential/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
LUCIOLE=luciole
|
||||
LUSTRE=lv6
|
||||
LESAR=lesar
|
||||
|
||||
run:
|
||||
$(LUCIOLE) sequential.lus $(node)
|
||||
# $(LUCIOLE) $(LUSTRE) sequential.lus -node $(node) -exec
|
||||
|
||||
always:
|
||||
make node=always run
|
||||
|
||||
count_true:
|
||||
make node=count_true run
|
||||
|
||||
count_succ_true:
|
||||
make node=count_succ_true run
|
||||
|
||||
bounds:
|
||||
make node=bounds run
|
||||
|
||||
clean:
|
||||
rm luciole.rif
|
Loading…
Add table
Add a link
Reference in a new issue