Premier commit avec ce qui a été fait pendant la séance.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
all:
|
||||
ocamlbuild -yaccflag -v -lib unix main.native #on dit de fabriquer main.native
|
||||
ln -f -s main.native fouine
|
||||
chmod +x fouine
|
||||
|
||||
byte:
|
||||
ocamlbuild -yaccflag -v main.byte
|
||||
|
||||
clean:
|
||||
ocamlbuild -clean
|
||||
rm -f fouine
|
||||
Reference in New Issue
Block a user