Stuff for PAMEF course in ECN

DricomDragon f0a3d4b3b1 Add an argument to enable yield 5 år sedan
cm f0a3d4b3b1 Add an argument to enable yield 5 år sedan
ta1 8865b4c7a2 Add method to describe mutex specificities 5 år sedan
.gitignore ed7f8e88c7 Initial commit 5 år sedan
LICENSE ed7f8e88c7 Initial commit 5 år sedan
README.md 729a9b49aa Add compilation and run steps 5 år sedan

README.md

Pamef

Stuff for PAMEF course in ECN

Compile

You need GNU Make to compile this java code easily.

In any folder where there is a makefile, you can run :

Compile with make

Run with make run

Remove generated files with make clean