Make the other modules use error.c
This commit is contained in:
parent
6bc3ffde5d
commit
a2f2e58353
7 changed files with 26 additions and 32 deletions
6
Makefile
6
Makefile
|
|
@ -10,9 +10,9 @@ all : $(PROGRAMS)
|
|||
install : $(PROGRAMS)
|
||||
cp $^ $(HOME)/bin/
|
||||
|
||||
dlight : dlight.o env.o http.o rss.o lockfile.o filter.o cconf.o dlhist.o
|
||||
dlight-compile : compile.o env.o lockfile.o filter.o cconf.o
|
||||
dlight-read-config : read-config.o env.o cconf.o
|
||||
dlight : dlight.o env.o http.o rss.o lockfile.o filter.o cconf.o dlhist.o error.o
|
||||
dlight-compile : compile.o env.o lockfile.o filter.o cconf.o error.o
|
||||
dlight-read-config : read-config.o env.o cconf.o error.o
|
||||
|
||||
dlight-% : %.o
|
||||
$(CC) $(LDFLAGS) -o $@ $^
|
||||
|
|
|
|||
Reference in a new issue