diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2011-01-25 02:49:37 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2011-01-25 02:49:37 +0100 |
commit | 19f1efd6ba5542fa6294eeb2a53341cc2d88556b (patch) | |
tree | fc601bb5fdbfe9af09e5c853445f52962fc98ad2 | |
parent | f66483699517a8c8e1b12bf52518c84d77a252f9 (diff) |
Slightly less cumbersome dependency tree.
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -15,9 +15,9 @@ clean: clean-generic .PHONY: libs FreeRTOS arch os -FreeRTOS/libFreeRTOS.a: libs -arch/libarch.a: libs -os/libos.a: libs +FreeRTOS/libFreeRTOS.a: FreeRTOS +arch/libarch.a: arch +os/libos.a: os libs: FreeRTOS arch os |