compile.c: check filter syntax
This commit is contained in:
parent
b2df740514
commit
00e149c04c
2 changed files with 3 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -11,7 +11,7 @@ install : $(PROGRAMS)
|
|||
cp $^ $(HOME)/bin/
|
||||
|
||||
dlight : dlight.o env.o http.o rss.o filter.o cconf.o dlhist.o
|
||||
dlight-compile : compile.o env.o cconf.o
|
||||
dlight-compile : compile.o env.o filter.o cconf.o
|
||||
dlight-read-config : read-config.o env.o cconf.o
|
||||
|
||||
dlight-% : %.o
|
||||
|
|
|
|||
Reference in a new issue