Getting closer to tracking down the member bug, but cannot use debugger on laptop screen.
This commit is contained in:
parent
d42ece5711
commit
de50a30be2
11 changed files with 89 additions and 55 deletions
3
Makefile
3
Makefile
|
|
@ -46,6 +46,9 @@ test: $(TESTS) Makefile $(TARGET)
|
|||
clean:
|
||||
$(RM) $(TARGET) $(OBJS) $(DEPS) $(SRC_DIRS)/*~ $(SRC_DIRS)/*/*~ $(TMP_DIR)/* *~ core.*
|
||||
|
||||
coredumps:
|
||||
ulimit -c unlimited
|
||||
|
||||
repl:
|
||||
$(TARGET) -p 2> psse.log
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue