is better?

This commit is contained in:
Mylloon 2024-10-22 13:18:08 +02:00
parent 812ec88a09
commit d41219c8ed
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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: