diff --git a/Makefile b/Makefile index 92a19ebc8..205c785a2 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ all: pushd runtime && make && popd pushd stdlib && make && popd -install: ; +#install: ; regression: pushd regression && make clean check && popd diff --git a/stdlib/Makefile b/stdlib/Makefile index be613ffdf..be90deb9d 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -1,3 +1,5 @@ +SHELL := /bin/bash + FILES=$(wildcard *.expr) ALL=$(sort $(FILES:.expr=.o)) RC=../src/rc.opt