Well, that was easy! Stack limit now working.
This commit is contained in:
parent
d1ce893633
commit
7f34601523
4 changed files with 14 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue