about summary refs log tree commit diff stats
path: root/js/magic-bird/imgs/extracted-1688-map/MapParts/cities/8.png
Commit message (Collapse)AuthorAgeFilesLines
* *elioat2024-01-151-0/+0
9e30bff'>^
1
2
3
4
5
6
7
8
9
10
11
12

         

       
                                  






                                                                       
#!/bin/sh

set -eu

# Insert build commands in here. #
# If you're feeling particular paranoid, you can make it chroot here. #

./configure
make -j4
make DESTDIR=app install

exit 0