mirror of https://github.com/n1nj4sec/pupy.git
6 lines
158 B
Bash
6 lines
158 B
Bash
|
#!/bin/sh
|
||
|
make -f Makefile.linux ARCH=win32 clean
|
||
|
make -f Makefile.linux ARCH=win32
|
||
|
make -f Makefile.linux ARCH=win64 clean
|
||
|
make -f Makefile.linux ARCH=win64
|