From 63a4e521cd7da107eeaaeb9c5a9cce2d41240ee6 Mon Sep 17 00:00:00 2001 From: Babak Farrokhi Date: Sun, 13 Sep 2015 14:21:39 +0430 Subject: [PATCH] - wildcard plugin name should end with "_" character --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4623acd..4288d37 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,8 @@ CC?=cc all: ifstatd ifstatd: ifstatd.c Makefile - $(CC) $(FLAGS) $(INC) $(LIB) ifstatd.c -o ifstatd + $(CC) $(FLAGS) $(INC) $(LIB) ifstatd.c -o ifstatd_ clean: - rm -f ifstatd + rm -f ifstatd_