This touches up the Makefile so that it:
- uses $@, $< and $^ in more places for brevity and robustness (typo
guards, etc)
- tracks dependencies slightly better (e.g. .pcf file changes weren't
tracked before)
Signed-off-by: Austin Seipp <aseipp@pobox.com>
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Makefile | ||
| example.pcf | ||
| example.v | ||
| example_tb.v | ||
| firmware.S | ||
| firmware.c | ||
| firmware.lds | ||