mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-09 09:19:09 +02:00
fixed the makefile
Added espeakup.h as a dependency in the makefile so that the sources will be compiled if it changes.
This commit is contained in:
parent
d7e8dc2b34
commit
82fa63600b
1 changed files with 10 additions and 0 deletions
10
Makefile
10
Makefile
|
|
@ -43,3 +43,13 @@ tarball:
|
|||
git archive --format=tar --prefix=$(TARPREFIX)/ $(TAG) > $(TARFILE)
|
||||
tar f $(TARFILE) --delete $(TARPREFIX)/.gitignore
|
||||
bzip2 $(TARFILE)
|
||||
|
||||
cli.o: cli.c espeakup.h
|
||||
|
||||
espeakup.o: espeakup.c espeakup.h
|
||||
|
||||
queue.o: queue.c espeakup.h
|
||||
|
||||
softsynth.o: softsynth.c espeakup.h
|
||||
|
||||
synth.o: synth.c espeakup.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue