mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +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
|
|
@ -1,3 +1,5 @@
|
|||
SHELL := /bin/bash
|
||||
|
||||
FILES=$(wildcard *.expr)
|
||||
ALL=$(sort $(FILES:.expr=.o))
|
||||
RC=../src/rc.opt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue