
We currently do not keep track of header files in our Makefile so if one is changed it can lead to multiple incompatible binary files being linked. Instead we now create dependency lists for each source file and recompile them if the need arises. Fixes #594
18 lines
181 B
Plaintext
18 lines
181 B
Plaintext
*.o
|
|
*.d
|
|
*.gcda
|
|
*.gcno
|
|
*.gcov
|
|
|
|
core
|
|
vgcore.*
|
|
|
|
/docs/dunst.1
|
|
/docs/internal/coverage
|
|
/docs/internal/html
|
|
/dunst
|
|
/dunstify
|
|
/dunst.systemd.service
|
|
/org.knopwob.dunst.service
|
|
/test/test
|