Tactical commit: things in 'stack_ops' really didn't belong in ops; moving.
This commit is contained in:
parent
d2efc8ba78
commit
4d480798e8
10 changed files with 333 additions and 231 deletions
8
Makefile
8
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue