Setting up for a redesign of the engine to have the real game mechanics. Using the fsm.hpp code.
This commit is contained in:
parent
7c9bea81b2
commit
1c89afaee2
3 changed files with 56 additions and 10 deletions
2
Makefile
2
Makefile
|
@ -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 ."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue