From 57e481fe21003913549bda96cf203fc867ba1d7f Mon Sep 17 00:00:00 2001 From: edileuton <edileuton@gmail.com> Date: Fri, 31 Jan 2014 13:25:15 -0200 Subject: [PATCH] windows-collect: Add target netmon.py to rule all in the makefile Signed-off-by: edileuton <edileuton@gmail.com> --- windows-collect/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-collect/Makefile b/windows-collect/Makefile index 47b8cf0..4cdcb3d 100644 --- a/windows-collect/Makefile +++ b/windows-collect/Makefile @@ -1,4 +1,4 @@ -all: src/compile.py src/datasidAgent.py src/collect.py +all: netmon.py src/compile.py src/datasidAgent.py src/collect.py @cd src/ && wine ~/.wine/drive_c/Python27/python compile.py py2exe netmon.py: -- GitLab