mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-13 18:28:46 +00:00
Update compilation of tutorial and instruction in README
Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
parent
107a2e2061
commit
9b3678f8bd
4 changed files with 23 additions and 20 deletions
|
|
@ -24,7 +24,7 @@ $(TOPFILE).byte: $(SOURCES:.ml=.cmo)
|
|||
$(OCAMLC) -o $(TOPFILE).byte $(BFLAGS) -linkpkg $(SOURCES:.ml=.cmo)
|
||||
|
||||
clean:
|
||||
rm -Rf *.cmi *.cmo *.cmx *.annot *.o *.opt *.byte *~ .depend
|
||||
$(RM) $(TOPFILE) *.cm[ioxa] *.annot *.o *.opt *.byte *~ .depend
|
||||
|
||||
-include .depend
|
||||
# generic rules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue