Setting up for a redesign of the engine to have the real game mechanics. Using the fsm.hpp code.

This commit is contained in:
Zed A. Shaw 2024-09-11 00:18:32 -04:00
parent 7c9bea81b2
commit 1c89afaee2
3 changed files with 56 additions and 10 deletions

View file

@ -16,7 +16,7 @@ test:
meson test -C builddir --suite turings_tarpit
# make an install for real maybe copy dll and .exe to dir and zip?
install: build
install: build test
powershell "cp ./builddir/subprojects/libgit2-1.8.1/liblibgit2package.dll ."
powershell "cp ./builddir/subprojects/efsw/libefsw.dll ."
powershell "cp builddir/escape_turings_tarpit.exe ."