add timestamps to commands

This commit is contained in:
asrael 2026-04-12 14:46:29 -05:00
parent 8f9317f751
commit d914f2ea62
2 changed files with 40 additions and 25 deletions

View file

@ -6,7 +6,7 @@
make # Build pxl8 system
make install # Install pxl8 binary to ~/.local/bin
make run # Run pxl8 demo
make run CART="game.cart --repl" # Run a specific game with a REPL
make run CART="game.cart --repl" # Run a specific game with a REPL
```
### Requirements