Cleanup the engine since I won't do the brainfuck thing, then fix up the log a bit.
This commit is contained in:
parent
8edb37ceb4
commit
fdb3f24377
6 changed files with 11 additions and 159 deletions
6
Makefile
6
Makefile
|
@ -7,3 +7,9 @@ build:
|
|||
|
||||
test:
|
||||
meson test -C builddir --suite turings_tarpit
|
||||
|
||||
install: build test
|
||||
powershell "cp builddir/escape_turings_tarpit.exe ."
|
||||
|
||||
run: install
|
||||
./escape_turings_tarpit.exe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue