瀏覽代碼

Add compilation and run steps

DricomDragon 5 年之前
父節點
當前提交
729a9b49aa
共有 1 個文件被更改,包括 13 次插入1 次删除
  1. 13 1
      README.md

+ 13 - 1
README.md

@@ -1,3 +1,15 @@
 # Pamef
 # Pamef
 
 
-Stuff for PAMEF course in ECN
+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`