Files
KissMe/scripts/build.sh

12 lines
167 B
Bash
Raw Normal View History

2023-05-28 18:07:33 +09:00
#!/bin/bash
## Run this build script at root
## Ex)
## $ ./scripts/build.sh
##
2023-06-17 16:25:49 +09:00
./build_any.sh KissMeConsole
#./build_any.sh KissMeBatch
#./build_any.sh KissGram
2023-05-28 18:07:33 +09:00