mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
update makes
This commit is contained in:
parent
da9bff2045
commit
20cb055883
4 changed files with 17 additions and 10 deletions
13
Makefile
13
Makefile
|
|
@ -21,10 +21,21 @@ uninstall:
|
|||
$(RM) -r `opam var share`/Lama
|
||||
$(RM) `opam var bin`/$(EXECUTABLE)
|
||||
|
||||
regression-all: regression regression-expressions regression-lama-in-lama
|
||||
|
||||
regression:
|
||||
$(MAKE) clean check -j8 -C regression
|
||||
$(MAKE) clean check -j8 -C stdlib/regression
|
||||
bash deploy_build.sh
|
||||
|
||||
regression-expressions:
|
||||
$(MAKE) clean check -j8 -C regression/expressions
|
||||
$(MAKE) clean check -j8 -C regression/deep-expressions
|
||||
|
||||
regression-lama-in-lama: all
|
||||
mkdir tmp-lama
|
||||
cp runtime/Std.i tmp-lama
|
||||
cp runtime/runtime.a tmp-lama
|
||||
cp -R stdlib/* tmp-lama
|
||||
$(MAKE) -C lama-compiler
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue