9 lines
144 B
Markdown
9 lines
144 B
Markdown
# BAPWeb
|
|
|
|
## 빌드 방법
|
|
### Windows - git bash 예시
|
|
```bash
|
|
export PATH=${PATH}:/c/eactive/apps/apache-ant-1.10.15/bin
|
|
|
|
ant clean build
|
|
``` |