Default amount of memory for tests (some ran out of memory)
This commit is contained in:
parent
7c0fda0932
commit
f84653d908
1 changed files with 1 additions and 3 deletions
|
@ -17,15 +17,13 @@ all: $(OBJ) $(BIGOBJ) $(ROOTOBJ)
|
|||
|
||||
$(OBJ):
|
||||
$(CC) $(CFLAGS) -o $@ $@.c
|
||||
@install -S 10kw $@
|
||||
|
||||
$(BIGOBJ):
|
||||
$(CC) $(CFLAGS) -o $@ $@.c
|
||||
@install -S 32kw $@
|
||||
|
||||
$(ROOTOBJ):
|
||||
$(CC) $(CFLAGS) $@.c
|
||||
@install -c -S 10kw -o root -m 4755 a.out $@
|
||||
@install -c -o root -m 4755 a.out $@
|
||||
@rm a.out
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Reference in a new issue