Make needs a little more memory
This commit is contained in:
parent
25d2f4666c
commit
0d31130d29
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ all: make
|
|||
|
||||
make : $(OBJ)
|
||||
$(CC) -i -o make $(OBJ)
|
||||
install -S 200k make
|
||||
install -S 300k make
|
||||
|
||||
install: /usr/bin/make
|
||||
|
||||
|
|
Loading…
Reference in a new issue