mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Included lama compilation in root's make regression target
This commit is contained in:
parent
52ef663986
commit
89536c67e0
3240 changed files with 14640 additions and 6 deletions
4
Makefile
4
Makefile
|
|
@ -24,6 +24,8 @@ uninstall:
|
|||
regression:
|
||||
$(MAKE) clean check -C regression
|
||||
$(MAKE) clean check -C stdlib/regression
|
||||
bash deploy_build.sh
|
||||
$(MAKE) -C lama-compiler
|
||||
|
||||
clean:
|
||||
$(MAKE) clean -C src
|
||||
|
|
@ -31,3 +33,5 @@ clean:
|
|||
$(MAKE) clean -C stdlib
|
||||
$(MAKE) clean -C regression
|
||||
$(MAKE) clean -C bench
|
||||
$(MAKE) clean -C lama-compiler
|
||||
if [ -d tmp-lama ]; then rm -Rf tmp-lama; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue