1
0
ssd1306_linux/.gitignore
Graeme Smecher c9c370e466 Makefile: automatically generate dependencies.
This uses a trick from scottmcpeak.com/autodepend/autodepend.html. It
may seem like overkill for such a small codebase, but note that header
modifications did not trigger rebuilds in the affected object files in
the existing Makefile.
2023-05-30 15:06:30 -07:00

4 lines
20 B
Plaintext

*.o
*.d
ssd1306_bin