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

Commit

Permalink
Temporarily disable building tests and bootloader
Browse files Browse the repository at this point in the history
  • Loading branch information
fnoble committed Apr 3, 2014
1 parent 0648d46 commit 08ca164
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 @@ -20,7 +20,7 @@ endif

.PHONY: all tests firmware bootloader docs .FORCE

all: firmware bootloader tests
all: firmware # bootloader tests

firmware: libopencm3/lib/libopencm3_stm32f4.a libswiftnav/build/src/libswiftnav-static.a
@printf "BUILD src\n"; \
Expand Down

0 comments on commit 08ca164

Please sign in to comment.