mirror of https://github.com/n1nj4sec/pupy.git
Makefile doesn't work with tabs, replacing indents with spaces
This commit is contained in:
parent
37978d82c4
commit
3004af769f
|
@ -6,11 +6,11 @@ PYTHON=$(PYTHONPATH)/python.exe
|
|||
TEMPLATE_OUTPUT_PATH=..\..\pupy\payload_templates
|
||||
|
||||
ifndef ARCH
|
||||
$(error You must specify an architecture.)
|
||||
$(error You must specify an architecture.)
|
||||
else
|
||||
ifeq "$(ARCH)" "x64"
|
||||
CFLAGS:=$(CFLAGS) /DWIN_X64 /D_WIN64
|
||||
endif
|
||||
ifeq "$(ARCH)" "x64"
|
||||
CFLAGS:=$(CFLAGS) /DWIN_X64 /D_WIN64
|
||||
endif
|
||||
endif
|
||||
|
||||
PYOBJS=_memimporter.obj MyLoadLibrary.obj Python-dynload.obj pupy_load.obj pupy.obj base_inject.obj
|
||||
|
@ -76,4 +76,4 @@ clean:
|
|||
del resources\library_compressed_string_x64.txt
|
||||
del resources\library_compressed_string_x86.txt
|
||||
del resources\python27.dll
|
||||
del resources\msvcr90.dll
|
||||
del resources\msvcr90.dll
|
||||
|
|
Loading…
Reference in New Issue