mirror of
https://github.com/david-schmidt/gsport.git
synced 2024-11-15 14:11:28 +00:00
8 lines
188 B
Batchfile
8 lines
188 B
Batchfile
@REM
|
|
@REM Sorry, this is hopelessly tied to my environment...
|
|
@REM I hope folks don't really want to build the doc themselves.
|
|
@REM
|
|
call c:\dev\env
|
|
rmdir /q /s target
|
|
call mvn site
|