From 3004af769f54f12772db8e00da5f27300c67e995 Mon Sep 17 00:00:00 2001 From: n1nj4sec Date: Mon, 5 Oct 2015 18:41:09 +0200 Subject: [PATCH] Makefile doesn't work with tabs, replacing indents with spaces --- client/sources/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/sources/Makefile b/client/sources/Makefile index 6f9703c5..81556ed3 100644 --- a/client/sources/Makefile +++ b/client/sources/Makefile @@ -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 \ No newline at end of file + del resources\msvcr90.dll