is better?
This commit is contained in:
parent
812ec88a09
commit
d41219c8ed
1 changed files with 4 additions and 3 deletions
|
@ -8,7 +8,7 @@ LIMIT = 5
|
|||
|
||||
all: main
|
||||
|
||||
main: clear pastefile eval print
|
||||
main: clear pastefile eval
|
||||
|
||||
clear:
|
||||
clear
|
||||
|
@ -17,8 +17,9 @@ pastefile:
|
|||
$(PASTE) > $(ENTRY).ept
|
||||
|
||||
eval:
|
||||
# todo: don't crash on ^Z
|
||||
# + split limit?
|
||||
hept -ts p $(ENTRY).ept
|
||||
|
||||
evaln:
|
||||
hept -ts p -m $(LIMIT) $(ENTRY).ept
|
||||
|
||||
print:
|
||||
|
|
Loading…
Reference in a new issue