Added SHELL in stdlib/Makefile

This commit is contained in:
Dmitry Boulytchev 2020-01-14 19:14:12 +03:00
parent a995993997
commit 2594f7a8dc
2 changed files with 3 additions and 1 deletions

View file

@ -7,7 +7,7 @@ all:
pushd runtime && make && popd
pushd stdlib && make && popd
install: ;
#install: ;
regression:
pushd regression && make clean check && popd

View file

@ -1,3 +1,5 @@
SHELL := /bin/bash
FILES=$(wildcard *.expr)
ALL=$(sort $(FILES:.expr=.o))
RC=../src/rc.opt