Got a really terrible map in the middle of a two panel UI. Next step is to get the dijkstra algorithm working and make a real map with it.
This commit is contained in:
parent
6afb13a50b
commit
d7b1cf0bf9
3 changed files with 55 additions and 29 deletions
6
Makefile
6
Makefile
|
@ -9,10 +9,8 @@ build:
|
|||
test: build
|
||||
./builddir/runtests
|
||||
|
||||
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 ."
|
||||
run: build test
|
||||
./builddir/roguish
|
||||
|
||||
clean:
|
||||
meson compile --clean -C builddir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue