mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 14:58:50 +00:00
Added SHELL in stdlib/Makefile
This commit is contained in:
parent
a995993997
commit
2594f7a8dc
2 changed files with 3 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -7,7 +7,7 @@ all:
|
||||||
pushd runtime && make && popd
|
pushd runtime && make && popd
|
||||||
pushd stdlib && make && popd
|
pushd stdlib && make && popd
|
||||||
|
|
||||||
install: ;
|
#install: ;
|
||||||
|
|
||||||
regression:
|
regression:
|
||||||
pushd regression && make clean check && popd
|
pushd regression && make clean check && popd
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
SHELL := /bin/bash
|
||||||
|
|
||||||
FILES=$(wildcard *.expr)
|
FILES=$(wildcard *.expr)
|
||||||
ALL=$(sort $(FILES:.expr=.o))
|
ALL=$(sort $(FILES:.expr=.o))
|
||||||
RC=../src/rc.opt
|
RC=../src/rc.opt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue