mirror of
https://github.com/bia-technologies/precommit4onec.git
synced 2024-11-24 08:32:25 +02:00
4 lines
114 B
Batchfile
4 lines
114 B
Batchfile
@ECHO OFF
|
|
call del "*.ospx"
|
|
call opm build . -mf ./packagedef -out .
|
|
call opm install -f precommit4onec-1.0.6.ospx |