Tactical commit: things in 'stack_ops' really didn't belong in ops; moving.

This commit is contained in:
Simon Brooke 2026-05-05 17:21:16 +01:00
parent d2efc8ba78
commit 4d480798e8
10 changed files with 333 additions and 231 deletions

View file

@ -51,8 +51,14 @@ clean:
coredumps:
ulimit -c unlimited
repl:
repl: Makefile $(TARGET)
$(TARGET) -ps1000 2> tmp/psse.log
run: Makefile $(TARGET)
$(TARGET) -ps1000v1023 2> tmp/psse.log
install: Makefile $(TARGET)
cp $(TARGET) ~/bin
-include $(DEPS)