1
0
mirror of synced 2024-12-02 19:17:18 +01:00
TaikoArcadeLoader/Makefile
KIT! c9f962d9cb Forgot to edit the libtomcrypt patch file
This should now compile properly.
2024-06-11 11:32:03 +02:00

16 lines
264 B
Makefile

all:
@meson compile -C build
@strip build/bnusio.dll
setup:
@meson setup build --cross cross-mingw-64.txt --wipe
dist-no-7z: all
@mkdir -p out/
@cp build/bnusio.dll out/
@cp -r dist/* out/
dist: dist-no-7z
@cd out && 7zz a -t7z ../dist.7z .
@rm -rf out