Moved everything from ops/stack_ops (which were not ops) to payloads/stack.
Added io functions to function_bindings.
This commit is contained in:
parent
4d480798e8
commit
818293d4f1
34 changed files with 217 additions and 94 deletions
4
Makefile
4
Makefile
|
|
@ -52,10 +52,10 @@ coredumps:
|
|||
ulimit -c unlimited
|
||||
|
||||
repl: Makefile $(TARGET)
|
||||
$(TARGET) -ps1000 2> tmp/psse.log
|
||||
$(TARGET) -p -s1000 -v1023 2> tmp/psse.log
|
||||
|
||||
run: Makefile $(TARGET)
|
||||
$(TARGET) -ps1000v1023 2> tmp/psse.log
|
||||
$(TARGET) -p -s1000 -v1023 2> tmp/psse.log
|
||||
|
||||
install: Makefile $(TARGET)
|
||||
cp $(TARGET) ~/bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue