- wildcard plugin name should end with "_" character

This commit is contained in:
Babak Farrokhi 2015-09-13 14:21:39 +04:30
parent f98a3dd0e4
commit 63a4e521cd

View File

@ -7,8 +7,8 @@ CC?=cc
all: ifstatd all: ifstatd
ifstatd: ifstatd.c Makefile ifstatd: ifstatd.c Makefile
$(CC) $(FLAGS) $(INC) $(LIB) ifstatd.c -o ifstatd $(CC) $(FLAGS) $(INC) $(LIB) ifstatd.c -o ifstatd_
clean: clean:
rm -f ifstatd rm -f ifstatd_