mirror of https://github.com/n1nj4sec/pupy.git
Schedule debug build in build.sh (windows)
This commit is contained in:
parent
4a9ebd573d
commit
ecdedfe5dd
|
@ -3,5 +3,9 @@
|
||||||
./buildenv.sh
|
./buildenv.sh
|
||||||
make -f Makefile ARCH=win32 clean
|
make -f Makefile ARCH=win32 clean
|
||||||
make -f Makefile ARCH=win32
|
make -f Makefile ARCH=win32
|
||||||
|
make -f Makefile DEBUG=1 ARCH=win32 clean
|
||||||
|
make -f Makefile ARCH=win32
|
||||||
make -f Makefile ARCH=win64 clean
|
make -f Makefile ARCH=win64 clean
|
||||||
make -f Makefile ARCH=win64
|
make -f Makefile ARCH=win64
|
||||||
|
make -f Makefile DEBUG=1 ARCH=win64 clean
|
||||||
|
make -f Makefile ARCH=win64
|
||||||
|
|
Loading…
Reference in New Issue