Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
Only build locm3 if .a file doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
fnoble committed Apr 3, 2014
1 parent 08ca164 commit 27bb023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tests:
fi; \
done

libopencm3/lib/libopencm3_stm32f4.a: .FORCE
libopencm3/lib/libopencm3_stm32f4.a:
@printf "BUILD libopencm3\n"; \
$(MAKE) -C libopencm3 $(MAKEFLAGS) lib/stm32/f4

Expand Down

0 comments on commit 27bb023

Please sign in to comment.