Well, that was easy! Stack limit now working.

This commit is contained in:
Simon Brooke 2026-03-14 16:58:55 +00:00
parent d1ce893633
commit 7f34601523
4 changed files with 14 additions and 3 deletions

View file

@ -44,7 +44,7 @@ test: $(TESTS) Makefile $(TARGET)
.PHONY: clean
clean:
$(RM) $(TARGET) $(OBJS) $(DEPS) $(SRC_DIRS)/*~ $(SRC_DIRS)/*/*~ $(TMP_DIR)/* *~ core
$(RM) $(TARGET) $(OBJS) $(DEPS) $(SRC_DIRS)/*~ $(SRC_DIRS)/*/*~ $(TMP_DIR)/* *~ core.*
repl:
$(TARGET) -p 2> psse.log